IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.struts.base
Class BTTActionServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.struts.action.ActionServlet
              extended by com.ibm.btt.struts.base.BTTActionServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

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

See Also:
Serialized Form

Field Summary
protected static java.util.ResourceBundle strutsException
           
protected static java.util.ResourceBundle strutsTrace
           
 
Fields inherited from class org.apache.struts.action.ActionServlet
config, configDigester, convertNull, dataSources, debug, internal, internalName, processor, registrations, servletMapping, servletName
 
Constructor Summary
BTTActionServlet()
           
 
Method Summary
protected  void beforeProcess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          A hook be invoked before Process
protected  void destroyModules()
           
protected  java.lang.String getChannelTypeName(javax.servlet.http.HttpServletRequest request)
           
 void init()
           
protected  void initBTT()
           
protected  org.apache.struts.config.ModuleConfig initModuleConfig(java.lang.String prefix, java.lang.String paths)
           
protected  void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.apache.struts.action.ActionServlet
addServletMapping, destroy, destroyApplications, destroyConfigDigester, destroyDataSources, destroyInternal, doGet, doPost, findDataSource, findFormBean, findForward, findMapping, getApplicationConfig, getDebug, getInternal, getModuleConfig, getRequestProcessor, getResources, initApplicationConfig, initApplicationDataSources, initApplicationMessageResources, initApplicationPlugIns, initConfigDigester, initDataSources, initInternal, initModuleDataSources, initModuleMessageResources, initModulePlugIns, initOther, initServlet, log
 
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
 

Field Detail

strutsTrace

protected static java.util.ResourceBundle strutsTrace

strutsException

protected static java.util.ResourceBundle strutsException
Constructor Detail

BTTActionServlet

public BTTActionServlet()
Method Detail

process

protected void process(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws java.io.IOException,
                       javax.servlet.ServletException
Overrides:
process in class org.apache.struts.action.ActionServlet
Throws:
java.io.IOException
javax.servlet.ServletException
See Also:
ActionServlet.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)

beforeProcess

protected void beforeProcess(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
A hook be invoked before Process

Parameters:
request -
response -

initModuleConfig

protected org.apache.struts.config.ModuleConfig initModuleConfig(java.lang.String prefix,
                                                                 java.lang.String paths)
                                                          throws javax.servlet.ServletException
Overrides:
initModuleConfig in class org.apache.struts.action.ActionServlet
Throws:
javax.servlet.ServletException
See Also:
ActionServlet.initModuleConfig(java.lang.String, java.lang.String)

getChannelTypeName

protected java.lang.String getChannelTypeName(javax.servlet.http.HttpServletRequest request)
Parameters:
request -
Returns:
channelTypeName

destroyModules

protected void destroyModules()
Overrides:
destroyModules in class org.apache.struts.action.ActionServlet

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class org.apache.struts.action.ActionServlet
Throws:
javax.servlet.ServletException
See Also:
GenericServlet.init()

initBTT

protected void initBTT()

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008