com.softslate.commerce.installer
Class InstallerRequestProcessor

java.lang.Object
  extended byorg.apache.struts.action.RequestProcessor
      extended byorg.apache.struts.tiles.TilesRequestProcessor
          extended bycom.softslate.commerce.customer.core.BaseRequestProcessor
              extended bycom.softslate.commerce.installer.InstallerRequestProcessor

public class InstallerRequestProcessor
extends BaseRequestProcessor

InstallerRequestProcessor subclasses the BaseRequestProcessor to check for whether or not the installer is locked.

Version:
$Id: InstallerRequestProcessor.java,v 1.1 2004/05/24 04:23:40 dtobey Exp $
Author:
David Tobey

Field Summary
static java.lang.String customLayoutDirectory
           
static java.lang.String errorPath
           
static java.lang.String installerSettingsLocation
           
static java.lang.String lockedForwardPath
           
(package private) static org.apache.commons.logging.Log log
           
 
Fields inherited from class com.softslate.commerce.customer.core.BaseRequestProcessor
systemLayoutDirectory
 
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
InstallerRequestProcessor()
           
 
Method Summary
 java.util.Properties loadProperties(java.lang.String path)
          Load properties from a path to a .properties represented by the argument.
protected  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
alterURI, doForward, getExceptionAsString, npcOnPreRequestBegin, npcOnPreRequestEnd, processException
 
Methods inherited from class org.apache.struts.tiles.TilesRequestProcessor
getDefinitionsFactory, init, initDefinitionsMapping, internalModuleRelativeForward, internalModuleRelativeInclude, processForwardConfig, processTilesDefinition
 
Methods inherited from class org.apache.struts.action.RequestProcessor
destroy, doInclude, getInternal, getServletContext, log, log, process, processActionCreate, processActionForm, processActionPerform, processCachedMessages, processContent, processForward, 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
 

Field Detail

log

static org.apache.commons.logging.Log log

installerSettingsLocation

public static final java.lang.String installerSettingsLocation
See Also:
Constant Field Values

lockedForwardPath

public static final java.lang.String lockedForwardPath
See Also:
Constant Field Values

errorPath

public static final java.lang.String errorPath
See Also:
Constant Field Values

customLayoutDirectory

public static final java.lang.String customLayoutDirectory
See Also:
Constant Field Values
Constructor Detail

InstallerRequestProcessor

public InstallerRequestProcessor()
Method Detail

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 class BaseRequestProcessor
Parameters:
request - The servlet request we are processing
response - The servlet response we are creating

loadProperties

public java.util.Properties loadProperties(java.lang.String path)
Load properties from a path to a .properties represented by the argument.



Copyright © SoftSlate, Inc. 2003–2005