Expresso 5-6

com.jcorporate.expresso.core.servlet
Class PathHandler

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.PathHandler
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class PathHandler
extends DBServlet

Special servlet designed to interact with server-side Controller objects

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
PathHandler()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Both GET and POST for the PathHandler simply pass thru to the "process" method.
 void doPost(HttpServletRequest request, HttpServletResponse response)
          Both GET and POST for the PathHandler simply pass thru to the "process" method.
 
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, getTitle, 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

PathHandler

public PathHandler()
Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Both GET and POST for the PathHandler simply pass thru to the "process" method.

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

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Both GET and POST for the PathHandler simply pass thru to the "process" method.

Overrides:
doPost in class DBServlet
Parameters:
request - Standard request object
response - Standard response object
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.