Class SecureRequestProcessor


  • public class SecureRequestProcessor
    extends org.apache.struts.action.RequestProcessor
    • Field Summary

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean processPreprocess​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Override of the base class's processPreprocess() method, delegates to the superclass method at the end
      • Methods inherited from class org.apache.struts.action.RequestProcessor

        destroy, doForward, doInclude, getInternal, getServletContext, init, internalModuleRelativeForward, internalModuleRelativeInclude, process, processActionCreate, processActionForm, processActionPerform, 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 Detail

      • SecureRequestProcessor

        public SecureRequestProcessor()
    • Method Detail

      • processPreprocess

        protected boolean processPreprocess​(javax.servlet.http.HttpServletRequest request,
                                            javax.servlet.http.HttpServletResponse response)
        Override of the base class's processPreprocess() method, delegates to the superclass method at the end
        Overrides:
        processPreprocess in class org.apache.struts.action.RequestProcessor
        Parameters:
        request - The current request
        response - The current response
        Returns:
        true, if the request should continue to be processed, false otherwise