com.jcorporate.expresso.core.jsdkapi |
The different versions of the Servlet API have different methods for handling includes, forwards, session attributes, etc. The
objects in this package allow Expresso to use "Generic" objects for these functions, and dynamically loaded classes specific
to each API version are used to perform the appropriate operation.
|
Java Source File Name | Type | Comment |
APIAwareDispatcher.java | Interface | Servlet API 2.0 does not have the RequestDispatcher interface.
Apache-JServ is based on Servlet API 2.0. |
APIAwareSession.java | Interface | |
GenericDispatcher.java | Class | As we no longer support the 2.0 Servlet API, this class is just a wrapper to
the appropriate methods, as they do not vary between 2.1 thru 2.3 of the API. |
GenericSession.java | Class | |
ServletAPI2_1Session.java | Class | |
ServletAPI2_2Session.java | Class | |