|
Expresso 5-5-0 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| CheckLogin | CheckLogin accepts an HttpServletRequest and HttpServletResponse object pair, and attempts to check if the user is logged in. |
| DBServlet | A Servlet set up to have access to a relational database from the server side. |
| DefaultInit | DefaultInit is an "empty" implementation of InitServlet, just so that there is a non-abstract implementation for Expresso to use when no specific lists are loaded. |
| InitServlet | InitServlet is a "faceless" servlet that is automatically started when the servlet container starts. |
| PathHandler | Special servlet designed to interact with server-side Controller objects |
| RuntimeInitServlet | This is an initialization servlet that provides a running example on how to load an Expresso runtime system |
| ServletInstallLog | This is an implementation of the IntallLog interface that is
useful when running installation systems inside servlets.
|
| StdServlet | A Servlet base class adding some basic common functionality to the core HttpServlet class. |
| Test | |
Base classes for all JavaCorporate servlets.
Straight servlets by and large are no longer used within Expresso as such. We strongly encourage you to create your web-application based upon Expresso's Controller objects rather than servlets since they give you basic flow control, subdivision of tasks, and built-in per-state security.
|
Expresso 5-5-0 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||