IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.struts.base
Class BTTActionServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.apache.struts.action.ActionServlet
              extended bycom.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, log, 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)
           
protected  org.apache.struts.action.RequestProcessor getRequestProcessor(org.apache.struts.config.ModuleConfig config, java.lang.String name)
          Get The Special RequestProcessor to Process the coming request of the channel
 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
Throws:
java.io.IOException
javax.servlet.ServletException

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
Throws:
javax.servlet.ServletException

getRequestProcessor

protected org.apache.struts.action.RequestProcessor getRequestProcessor(org.apache.struts.config.ModuleConfig config,
                                                                        java.lang.String name)
                                                                 throws javax.servlet.ServletException
Get The Special RequestProcessor to Process the coming request of the channel

Parameters:
config -
name -
Returns:
RequestProcessor
Throws:
javax.servlet.ServletException

getChannelTypeName

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

destroyModules

protected void destroyModules()

init

public void init()
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

initBTT

protected void initBTT()

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005