org.dbforms.servlets
Class Controller
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dbforms.servlets.base.AbstractServletBase
org.dbforms.servlets.Controller
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class Controller
- extends AbstractServletBase
This servlets is the Controller component in the Model-View-Controller -
architecture used by the dbforms-framework. Every request goes through this
component and its event dispatching facilities.
- Author:
- Joe Peer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Controller
public Controller()
init
public void init()
throws ServletException
- Initialize this servlet.
- Overrides:
init
in class AbstractServletBase
- Throws:
ServletException
- if the initialization fails
process
protected void process(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Process the incoming requests.
- Specified by:
process
in class AbstractServletBase
- Parameters:
request
- the request objectresponse
- the response object
- Throws:
IOException
ServletException
Copyright © 2002-2006 DbForms. All Rights Reserved.