Package com.softslate.commerce.installer
Class InstallerRequestProcessor
java.lang.Object
org.apache.struts.action.RequestProcessor
org.apache.struts.tiles.TilesRequestProcessor
com.softslate.commerce.customer.core.BaseRequestProcessor
com.softslate.commerce.installer.InstallerRequestProcessor
InstallerRequestProcessor subclasses the BaseRequestProcessor to check for
whether or not the installer is locked.
- Author:
- David Tobey
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
(package private) static org.apache.commons.logging.Log
Fields inherited from class com.softslate.commerce.customer.core.BaseRequestProcessor
installerPath
Fields inherited from class org.apache.struts.tiles.TilesRequestProcessor
definitionsFactory
Fields inherited from class org.apache.struts.action.RequestProcessor
actions, INCLUDE_PATH_INFO, INCLUDE_SERVLET_PATH, moduleConfig, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
processPreprocess
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) General-purpose preprocessing hook.Methods inherited from class com.softslate.commerce.customer.core.BaseRequestProcessor
createEventBus, createGuiceInjector, doForward, getExceptionAsString, getRequestParamsDebugMessage, initializeEventBus, initializeGuice, internalModuleRelativeForward, process, processAuditLogging, processException, processForwardConfig, sscOnPreRequestBegin, sscOnPreRequestEnd, sscOnPreRequestMiddle
Methods inherited from class org.apache.struts.tiles.TilesRequestProcessor
getDefinitionsFactory, init, initDefinitionsMapping, internalModuleRelativeInclude, processTilesDefinition, processTilesDefinition
Methods inherited from class org.apache.struts.action.RequestProcessor
destroy, doInclude, getInternal, getServletContext, processActionCreate, processActionForm, processActionPerform, processCachedMessages, processContent, processForward, processInclude, processLocale, processMapping, processMultipart, processNoCache, processPath, processPopulate, processRoles, processValidate
-
Field Details
-
log
static org.apache.commons.logging.Log log -
lockedForwardPath
- See Also:
-
errorPath
- See Also:
-
customLayoutDirectory
- See Also:
-
-
Constructor Details
-
InstallerRequestProcessor
public InstallerRequestProcessor()
-
-
Method Details
-
processPreprocess
protected boolean processPreprocess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) General-purpose preprocessing hook. Loads settings into the request and session scopes.- Overrides:
processPreprocess
in classBaseRequestProcessor
- Parameters:
request
- The servlet request we are processingresponse
- The servlet response we are creating
-