Expresso 5-5-0

com.jcorporate.expresso.services.controller.configuration
Class ConfigurationBase

java.lang.Object
  extended bycom.jcorporate.expresso.core.controller.State
      extended bycom.jcorporate.expresso.services.controller.configuration.ConfigurationBase
All Implemented Interfaces:
Cloneable, Serializable
Direct Known Subclasses:
ShowComponent, ShowContainerTree

public class ConfigurationBase
extends State

Base class state for managing the Expresso Configuration System

Since:
Expresso 5.1
Version:
$Revision: 1.4 $ on $Date: 2003/09/17 19:52:53 $
Author:
Michael Rimov
See Also:
Serialized Form

Field Summary
protected  LocatorUtils lc
           
 
Fields inherited from class com.jcorporate.expresso.core.controller.State
NOTEMPTY_MASK, secure
 
Constructor Summary
ConfigurationBase(String name, String description)
           
 
Method Summary
protected  RootContainerInterface getRuntime(ControllerRequest request)
          Retreives the current runtime that we're working on.
 
Methods inherited from class com.jcorporate.expresso.core.controller.State
add, addAutoInput, addAutoInput, addAutoInput, addBlock, addError, addInput, addOptionalParameter, addOutput, addParameter, addParameter, addParameter, addParameter, addParameter, addRequiredParameter, addRequiredParameters, addTransition, autoValidate, autoValidate, calculateHandlerName, checkMask, checkParamMasks, clearFormCache, clone, equals, getAttribute, getController, getControllerRequest, getControllerResponse, getDataContext, getDBController, getDBName, getDescription, getErrors, getErrorState, getErrorTransition, getFileName, getFormCache, getHandlerName, getInitParameter, getName, getObjectParameter, getOptionalParameters, getOptionalParametersList, getParameter, getParameters, getPatternMatcher, getRequiredParametersList, getResponse, getReturnToSender, getSession, getStateFormClass, getString, getString, getSuccessTransition, getUid, getUser, isFileParameter, isParameter, isSecure, perform, run, saveErrors, setController, setDescription, setErrorState, setErrorTransition, setFormCache, setHandlerName, setMask, setMask, setMaskError, setName, setResponse, setReturnToSender, setSecure, setStateFormClass, setSuccessTransition, toString, transition, validate
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lc

protected LocatorUtils lc
Constructor Detail

ConfigurationBase

public ConfigurationBase(String name,
                         String description)
Method Detail

getRuntime

protected RootContainerInterface getRuntime(ControllerRequest request)
                                     throws ControllerException
Retreives the current runtime that we're working on. It does so by checking out each key in the session.

Parameters:
request - The ControllerRequest object used to get the session information
Returns:
The RootcontainerInterface or null if it couldn't be found.
Throws:
ControllerException

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.