|
Interface Summary |
| XSQLActionHandler |
Interface that must be implemented by all XSQL Action Element Handlers
|
| XSQLConnectionManager |
One of two interfaces that must be implemented to override
the built-in connection manager implementation. |
| XSQLConnectionManagerFactory |
One of two interfaces that must be implemented to override
the built-in connection manager implementation. |
| XSQLDocumentSerializer |
Interface that must be implemented by all XSQL Serializers
which serialize an XSQL data page as an XML Document
to a PrintWriter. |
| XSQLPageRequest |
Interface representing a request for an XSQL Page |
| XSQLRequestObjectListener |
Objects that implement this interface and which are
added to the current request context using setRequestObject()
will be notified when the page processing of the outermost
page is completed. |