Expresso 5-6

com.jcorporate.expresso.core.servlet
Class Test

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.jcorporate.expresso.core.servlet.StdServlet
              extended bycom.jcorporate.expresso.core.servlet.DBServlet
                  extended bycom.jcorporate.expresso.core.servlet.Test
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class Test
extends DBServlet

Author:
Michael Nash
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jcorporate.expresso.core.servlet.DBServlet
thisClass
 
Fields inherited from class com.jcorporate.expresso.core.servlet.StdServlet
mySchema
 
Constructor Summary
Test()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Ancestor calls this function (with super.doGet) to handle making database connection, getting user login info and other common tasks
 void doPost(HttpServletRequest request, HttpServletResponse response)
          Ancestor calls this method via super.doPost to handle standard operations
 String getTitle()
          Ancestors of this class override this method to return a specific title that is used by the security administration Controllers to describe the servlet
 
Methods inherited from class com.jcorporate.expresso.core.servlet.DBServlet
destroy, getDBName, init, requireLogin, setDBName, setSkipLogin, setupChannels
 
Methods inherited from class com.jcorporate.expresso.core.servlet.StdServlet
getSchema, getServerName, getServerPort, getServletPrefix, getServletPrefix, getString, getString, handleParam, setSchema, showError, showError
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Description copied from class: DBServlet
Ancestor calls this function (with super.doGet) to handle making database connection, getting user login info and other common tasks

Overrides:
doGet in class DBServlet
Parameters:
request -
response -
Throws:
ServletException - If an uncaught exception occurs
IOException - If an I/O error communicating with the client occurs

getTitle

public String getTitle()
Description copied from class: StdServlet
Ancestors of this class override this method to return a specific title that is used by the security administration Controllers to describe the servlet

Overrides:
getTitle in class StdServlet
Returns:

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Description copied from class: DBServlet
Ancestor calls this method via super.doPost to handle standard operations

Overrides:
doPost in class DBServlet
Parameters:
request -
response -
Throws:
ServletException - If an uncaught exception occurs
IOException - If an I/O error occurs communicating with the client

Expresso 5-6

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