Expresso 5-6

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

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

public class ShowComponent
extends ConfigurationBase

State that displays a particular component. The state displays all the properties for the components, provides transitions for all management systems and displays all the inputs for modifying properties of the component.

Version:
$Revision: 1.6 $ on $Date: 2004/11/17 20:48:17 $
Author:
Michael Rimov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.jcorporate.expresso.services.controller.configuration.ConfigurationBase
lc
 
Fields inherited from class com.jcorporate.expresso.core.controller.State
NOTEMPTY_MASK, secure
 
Constructor Summary
ShowComponent()
           
 
Method Summary
 void displayNoRuntime(ControllerRequest requset, ControllerResponse response)
           
 void run(ControllerRequest request, ControllerResponse response)
          A state may implement a "run" method to actually perform it's logic by overriding this method.
 
Methods inherited from class com.jcorporate.expresso.services.controller.configuration.ConfigurationBase
getRuntime
 
Methods inherited from class com.jcorporate.expresso.core.controller.State
add, addAutoInput, addAutoInput, addAutoInput, addBlock, addError, addInput, addOptionalParameter, addOutput, addParameter, addParameter, addParameter, addRequiredParameter, 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, hashCode, isFileParameter, isParameter, isSecure, perform, saveErrors, setController, setDescription, setErrorState, setErrorTransition, setFormCache, setHandlerName, setMask, setMask, setMaskError, setName, setResponse, setReturnToSender, setSecure, setStateFormClass, setSuccessTransition, toString, transition
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShowComponent

public ShowComponent()
Method Detail

run

public void run(ControllerRequest request,
                ControllerResponse response)
         throws NonHandleableException,
                ControllerException
Description copied from class: State
A state may implement a "run" method to actually perform it's logic by overriding this method.

Overrides:
run in class State
Parameters:
request - The controller request object that has been prepared by the framework, that contains all the parameters needed to execute state
response - The controller response object that you use to populate with inputs, outputs and transitions.
Throws:
ControllerException - upon error
NonHandleableException - upon fatal error

displayNoRuntime

public void displayNoRuntime(ControllerRequest requset,
                             ControllerResponse response)
                      throws ControllerException
Throws:
ControllerException

Expresso 5-6

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