Class SproutRequestProcessor

java.lang.Object
org.apache.struts.action.RequestProcessor
com.echothree.view.client.web.struts.sslext.action.SecureRequestProcessor
com.echothree.view.client.web.struts.sprout.SproutRequestProcessor
Direct Known Subclasses:
CustomRequestProcessor

Extension of SecureRequestProcessor that adds Sprout initialization.
Author:
Seth Fitzsimmons
See Also:
  • Field Summary

    Fields inherited from class org.apache.struts.action.RequestProcessor

    actions, INCLUDE_PATH_INFO, INCLUDE_SERVLET_PATH, log, moduleConfig, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.struts.action.ActionForward
    processActionPerform(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.Action action, org.apache.struts.action.ActionForm form, org.apache.struts.action.ActionMapping mapping)
    Provides each Sprout with an extensive set of objects during its initialization.

    Methods inherited from class com.echothree.view.client.web.struts.sslext.action.SecureRequestProcessor

    processPreprocess

    Methods inherited from class org.apache.struts.action.RequestProcessor

    destroy, doForward, doInclude, getInternal, getServletContext, init, internalModuleRelativeForward, internalModuleRelativeInclude, process, processActionCreate, processActionForm, processCachedMessages, processContent, processException, processForward, processForwardConfig, processInclude, processLocale, processMapping, processMultipart, processNoCache, processPath, processPopulate, processRoles, processValidate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • processActionPerform

      protected org.apache.struts.action.ActionForward processActionPerform(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.struts.action.Action action, org.apache.struts.action.ActionForm form, org.apache.struts.action.ActionMapping mapping) throws IOException, javax.servlet.ServletException
      Provides each Sprout with an extensive set of objects during its initialization.
      Overrides:
      processActionPerform in class org.apache.struts.action.RequestProcessor
      Throws:
      IOException
      javax.servlet.ServletException