com.jcorporate.expresso.core.servlet
Class PathHandler
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.jcorporate.expresso.core.servlet.StdServlet
com.jcorporate.expresso.core.servlet.DBServlet
com.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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathHandler
public PathHandler()
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 objectresponse - 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 objectresponse - Standard response object
- Throws:
ServletException - If an uncaught exception occurs
IOException - If an I/O error occurs communicating with the client
Please see www.jcorporate.com for information about new Expresso releases.