Package com.ibm.as400.util.servlet

Provides classes that assist in writing servlets that manipulate IBM i data.

See: Description

  • Interface Summary 
    Interface Description
    RowDataListener
    The RowDataListener interface provides a listener interface for receiving row data events.
    RowMetaData
    A RowMetaData object can be used to find out information about the columns of a RowData object.
    SectionCompletedListener
    The SectionCompletedListener interface provides a listener interface for receiving SectionCompleted events.
  • Class Summary 
    Class Description
    AS400Servlet
    The AS400Servlet class is an abstract class that represents an HTML Servlet.
    AuthenticationServlet
    AuthenticationServlet is an HttpServlet implementation that performs basic authentication for servlets.
    HTMLFormConverter
    The HTMLFormConverter class can be used to convert data from a RowData object to an array of HTML strings or forms.
    HTMLTableConverter
    The HTMLTableConverter class can be used to convert the data from a RowData object to a single HTML table for a selected group or page of row data, an array of strings or HTML tables.
    ListMetaData
    A ListMetaData object can be used to find out information about the columns of a ListRowData object.
    ListMetaDataBeanInfo
    The ListMetaDataBeanInfo class provides bean information for the ListMetaData class.
    ListRowData
    The ListRowData class represents a list of data.
    ListRowDataBeanInfo
    The ListRowDataBeanInfo class provides bean information for the ListRowData class.
    RecordFormatMetaData
    A RecordFormatMetaData object can be used to find out information about the columns of a RecordListRowData object.
    RecordFormatMetaDataBeanInfo
    The RecordFormatMetaDataBeanInfo class provides bean information for the RecordFormatMetaData class.
    RecordListRowData
    The RecordListRowData class represents a list of records.
    RecordListRowDataBeanInfo
    The RecordListRowDataBeanInfo class provides bean information for the RecordListRowData class.
    ResourceListRowData
    The ResourceListRowData class represents a resource list of data.
    ResourceListRowDataBeanInfo
    The ResourceListRowDataBeanInfo class provides bean information for the ResourceListRowData class.
    RowData
    The RowData class defines a representation for describing and accessing a list of data.
    RowDataEvent
    The RowDataEvent class represents a row data event.
    RowMetaDataType
    The RowMetaDataType class defines constants to identify metadata data types.
    SectionCompletedEvent
    The SectionCompletedEvent class represents a SectionCompleted event.
    ServletEventLog
    The ServletEventLog class represents an Log object.
    ServletHyperlink
    The ServletHyperlink class represents an HTML hyperlink tag.
    ServletHyperlinkBeanInfo
    The ServletHyperlinkBeanInfo class provides bean information for the ServletHyperlink class.
    SMRI
    Locale-specific objects for the IBM Toolbox for Java.
    SQLResultSetMetaData
    An SQLResultSetMetaData object can be used to find out information about the columns of an SQLResultSetRowData object.
    SQLResultSetMetaDataBeanInfo
    The SQLResultSetMetaDataBeanInfo class provides bean information for the SQLResultSetMetaData class.
    SQLResultSetRowData
    The SQLResultSetRowData class represents an SQL ResultSet as a list of data.
    SQLResultSetRowDataBeanInfo
    The SQLResultSetRowDataBeanInfo class provides bean information for the SQLResultSetRowData class.
    StringConverter
    The StringConverter class represents a row data string converter to convert the data from RowData objects to formatted String arrays.
  • Exception Summary 
    Exception Description
    RowDataException
    The RowDataException class represents an exception which indicates that a problem occurred when working with the row data.

Package com.ibm.as400.util.servlet Description

Provides classes that assist in writing servlets that manipulate IBM i data.

The servlet classes that are provided with the IBM Toolbox for Java work with the classes in the com.ibm.as400.access package to give you access to information located on the system. You decide how to use the servlet classes to assist you with your own servlet projects.

A typical scenario is this: A web browser connects to the web server that is running the servlet. The jt400Servlet.jar and jt400Access.jar files reside on the web server because the servlet classes use some of the access classes to retrieve the data, and some of the HTML classes to present the data. The web server is connected to the IBM i system where the data is stored.

Note: The jt400Servlet.jar file includes both the HTML and Servlet classes. You must update your CLASSPATH to point to the jt400Servlet.jar file if you want to use the classes in the com.ibm.as400.util.servlet package.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: