Package com.ibm.as400.util.servlet

Provides classes that assist in writing servlets that manipulate iSeries or AS/400 data.

See:
          Description

Interface Summary
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
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.
ListRowData The ListRowData class represents a list of data.
RecordFormatMetaData A RecordFormatMetaData object can be used to find out information about the columns of a RecordListRowData object.
RecordListRowData The RecordListRowData class represents a list of records.
ResourceListRowData The ResourceListRowData class represents a resource list of data.
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.
SQLResultSetMetaData An SQLResultSetMetaData object can be used to find out information about the columns of an SQLResultSetRowData object.
SQLResultSetRowData The SQLResultSetRowData class represents an SQL ResultSet as a list of data.
StringConverter The StringConverter class represents a row data string converter to convert the data from RowData objects to formatted String arrays.
 

Exception Summary
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 iSeries or AS/400 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 server. 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 iSeries or AS/400 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: