uk.ac.ebi.intenz.webapp.controller
Class IntEnzHandlerServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
uk.ac.ebi.intenz.webapp.controller.IntEnzHandlerServlet
- All Implemented Interfaces:
- PropertyChangeListener, Serializable, EventListener, javax.servlet.Servlet, javax.servlet.ServletConfig
public class IntEnzHandlerServlet
- extends javax.servlet.http.HttpServlet
- implements PropertyChangeListener
This servlet acts as a handler of the front controller.
This handler processes all queries that require database access.
The URL will be parsed and depending on the parameters according actions will be performed.
See service(HttpServletRequest, HttpServletResponse)
for more information about the specific actions.
- Version:
- $Revision: 1.4 $ $Date: 2009/04/16 15:02:01 $
- Author:
- Michael Darsow
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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 |
IntEnzHandlerServlet
public IntEnzHandlerServlet()
init
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class javax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
- Specified by:
destroy
in interface javax.servlet.Servlet
- Overrides:
destroy
in class javax.servlet.GenericServlet
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface PropertyChangeListener
Copyright © 2013 EMBL-EBI. All Rights Reserved.