RequestProcessor
Object
RequestProcessor
AdapterRequestProcessor
Field Summary |
Fields from org.apache.struts.action. |
actions, appConfig, INCLUDE_PATH_INFO, INCLUDE_SERVLET_PATH, log, moduleConfig, servlet |
Constructor Summary |
Method Summary |
protected void |
|
protected |
|
Methods from org.apache.struts.action. |
destroy, doInclude, getDebug, getInternal, getServletContext, init, internalModuleRelativeForward, internalModuleRelativeInclude, log, log, process, processActionCreate, processActionForm, processActionForward, processContent, processException, processForward, processForwardConfig, processInclude, processLocale, processMapping, processMultipart, processNoCache, processPath, processPopulate, processPreprocess, processRoles, processValidate |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdapterRequestProcessor()
Method Detail |
protected void doForward(Overrides the default behavior ofString
uri,HttpServletRequest
request,HttpServletResponse
response)
throwsIOException
,ServletException
RequestProcessor.doForward
, replacing
the use of a RequestDispatcher obtained from the ServletContext with one obtained from
the request, where it can be replaced with a scoping-aware RequestDispatcher.
IOException
ServletException
protectedOverride processActionPerform to fire events from struts actions that have occurred.ActionForward
processActionPerform(HttpServletRequest
httpServletRequest,HttpServletResponse
httpServletResponse,Action
action,ActionForm
actionForm,ActionMapping
actionMapping)
throwsIOException
,ServletException
IOException
ServletException