Expresso 5-6

Uses of Package
com.jcorporate.expresso.core.servlet

Packages that use com.jcorporate.expresso.core.servlet
com.jcorporate.expresso.core.servlet Base classes for all JavaCorporate servlets.  
com.jcorporate.expresso.core.servlet.viewhandler Servlets to render the View.  
com.jcorporate.expresso.services.servlet Contains servlets used to maintain and view the database log, show status of the system, and to provide a servlet-based front-end to the DBTool program for creating database tables and other setup. 
 

Classes in com.jcorporate.expresso.core.servlet used by com.jcorporate.expresso.core.servlet
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.
InitServlet
          InitServlet is a "faceless" servlet that is automatically started when the servlet container starts.
StdServlet
          A Servlet base class adding some basic common functionality to the core HttpServlet class.
 

Classes in com.jcorporate.expresso.core.servlet used by com.jcorporate.expresso.core.servlet.viewhandler
DBServlet
          A Servlet set up to have access to a relational database from the server side.
StdServlet
          A Servlet base class adding some basic common functionality to the core HttpServlet class.
 

Classes in com.jcorporate.expresso.core.servlet used by com.jcorporate.expresso.services.servlet
DBServlet
          A Servlet set up to have access to a relational database from the server side.
StdServlet
          A Servlet base class adding some basic common functionality to the core HttpServlet class.
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.