Expresso 5-6

Uses of Class
com.jcorporate.expresso.core.servlet.DBServlet

Packages that use DBServlet
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. 
 

Uses of DBServlet in com.jcorporate.expresso.core.servlet
 

Subclasses of DBServlet in com.jcorporate.expresso.core.servlet
 class 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.
 class InitServlet
          InitServlet is a "faceless" servlet that is automatically started when the servlet container starts.
 class PathHandler
          Special servlet designed to interact with server-side Controller objects
 class Test
           
 

Uses of DBServlet in com.jcorporate.expresso.core.servlet.viewhandler
 

Subclasses of DBServlet in com.jcorporate.expresso.core.servlet.viewhandler
 class DefaultViewHandler
          ViewHandler designed to generate a default view in HTML when no other view is specified
 class ExcelViewHandler
          Does the same thing as ExcelViewHandler but sents the MIMETYPE for MS-excel
 class JSPViewHandler
          Special servlet designed to interact with server-side Controller objects
 class ViewHandler
           
 class XMLViewHandler
          Special servlet designed to interact with server-side Controller objects, transforming xml
 

Uses of DBServlet in com.jcorporate.expresso.services.servlet
 

Subclasses of DBServlet in com.jcorporate.expresso.services.servlet
 class DBCreate
          Servlet to initialize the database and various default items in it.
 


Expresso 5-6

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