uk.ac.ebi.intenz.webapp.controller
Class IntEnzActionServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.struts.action.ActionServlet
              extended by uk.ac.ebi.intenz.webapp.controller.IntEnzActionServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class IntEnzActionServlet
extends org.apache.struts.action.ActionServlet

The IntEnz Action Servlet creates a SpecialCharacters instance and establishes a connection.

Version:
$Revision: 1.7 $ $Date: 2008/11/17 17:14:10 $
Author:
Michael Darsow
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionServlet
config, configDigester, convertNull, dataSources, internal, internalName, log, processor, registrations, servletMapping, servletName
 
Constructor Summary
IntEnzActionServlet()
           
 
Method Summary
protected  void process(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
          Creates a SpecialCharacters instance and establishes a connection.
protected  void saveErrors(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionMessages errors)
          Keeps error messages for user feedback.
 
Methods inherited from class org.apache.struts.action.ActionServlet
addServletMapping, destroy, destroyConfigDigester, destroyInternal, destroyModules, doGet, doPost, getInternal, getModuleConfig, getRequestProcessor, init, initConfigDigester, initInternal, initModuleConfig, initModuleConfigFactory, initModuleDataSources, initModuleMessageResources, initModulePlugIns, initModulePrefixes, initOther, initServlet, parseModuleConfigFile
 
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

IntEnzActionServlet

public IntEnzActionServlet()
Method Detail

process

protected void process(javax.servlet.http.HttpServletRequest httpServletRequest,
                       javax.servlet.http.HttpServletResponse httpServletResponse)
                throws IOException,
                       javax.servlet.ServletException
Creates a SpecialCharacters instance and establishes a connection.

Overrides:
process in class org.apache.struts.action.ActionServlet
Parameters:
httpServletRequest - The request object.
httpServletResponse - The response object.
Throws:
IOException - ...
javax.servlet.ServletException - ...

saveErrors

protected void saveErrors(javax.servlet.http.HttpServletRequest request,
                          org.apache.struts.action.ActionMessages errors)
Keeps error messages for user feedback.

Parameters:
request - Used to store the error messages.
errors - The error messages.


Copyright © 2013 EMBL-EBI. All Rights Reserved.