|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.controller.State
com.jcorporate.expresso.services.controller.configuration.ConfigurationBase
com.jcorporate.expresso.services.controller.configuration.ShowComponent
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.
| 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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ShowComponent()
| Method Detail |
public void run(ControllerRequest request,
ControllerResponse response)
throws NonHandleableException,
ControllerException
State
run in class Staterequest - The controller request object that has been prepared by the framework,
that contains all the parameters needed to execute stateresponse - The controller response object that you use to populate with
inputs, outputs and transitions.
ControllerException - upon error
NonHandleableException - upon fatal error
public void displayNoRuntime(ControllerRequest requset,
ControllerResponse response)
throws ControllerException
ControllerException
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||