|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.struts.action.ActionServlet
com.ibm.btt.struts.base.BTTActionServlet
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 |
protected static java.util.ResourceBundle strutsTrace
protected static java.util.ResourceBundle strutsException
Constructor Detail |
public BTTActionServlet()
Method Detail |
protected void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
java.io.IOException
javax.servlet.ServletException
protected void beforeProcess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- response
- protected org.apache.struts.config.ModuleConfig initModuleConfig(java.lang.String prefix, java.lang.String paths) throws javax.servlet.ServletException
javax.servlet.ServletException
protected org.apache.struts.action.RequestProcessor getRequestProcessor(org.apache.struts.config.ModuleConfig config, java.lang.String name) throws javax.servlet.ServletException
config
- name
-
javax.servlet.ServletException
protected java.lang.String getChannelTypeName(javax.servlet.http.HttpServletRequest request)
request
-
protected void destroyModules()
public void init() throws javax.servlet.ServletException
javax.servlet.ServletException
protected void initBTT()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |