|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bankframe.fe.statemachine.ext.apps.View | +--com.bankframe.fe.statemachine.ext.connectors.servlet.JSPView
Field Summary | |
static java.lang.String |
INPUTS_ATTRIBUTE_NAME
The JSP can expect an attribute in the request with the key INPUTS_ATTRIBUTE_NAME that contains the instance of Inputs that was used. |
static java.lang.String |
REQUEST_CONTEXT_ATTRIBUTE_NAME
The JSP can expect an attribute in the request with the key REQUEST_CONTEXT_ATTRIBUTE_NAME that contains the current RequestContext. |
static java.lang.String |
RESPONSE_DATA_ATTRIBUTE_NAME
|
static java.lang.String |
STATE_ATTRIBUTE_NAME
The JSP can expect an attribute in the request with the key STATE_ATTRIBUTE_NAME that contains the IState implementor for the current state. |
static java.lang.String |
VIEW_ATTRIBUTE_NAME
The JSP can expect an attribute in the request with the key VIEW_ATTRIBUTE_NAME that contains the instance of JSPView that was used. |
Fields inherited from interface com.bankframe.fe.statemachine.ext.apps.IView |
PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME |
Constructor Summary | |
JSPView()
Constructor for JSPView. |
Method Summary | |
void |
build(IState state,
Inputs inputs,
RequestContext requestContext)
|
java.lang.String |
getJspName()
Returns the jspName. |
java.lang.String |
getRequestURL()
Returns the requestURL. |
void |
populateFromProperties(java.util.Properties viewProperties)
This method is intended to allow thr view set it's attributes based on the Properties given. |
void |
setJspName(java.lang.String jspName)
Sets the jspName. |
Methods inherited from class com.bankframe.fe.statemachine.ext.apps.View |
build, build |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String STATE_ATTRIBUTE_NAME
public static java.lang.String VIEW_ATTRIBUTE_NAME
public static java.lang.String INPUTS_ATTRIBUTE_NAME
public static java.lang.String REQUEST_CONTEXT_ATTRIBUTE_NAME
public static java.lang.String RESPONSE_DATA_ATTRIBUTE_NAME
Constructor Detail |
public JSPView()
Method Detail |
public void build(IState state, Inputs inputs, RequestContext requestContext) throws StateMachineUserException
StateMachineUserException
IView.build(IState, Inputs, RequestContext)
public java.lang.String getJspName()
public void setJspName(java.lang.String jspName)
jspName
- The jspName to setpublic java.lang.String getRequestURL()
public void populateFromProperties(java.util.Properties viewProperties)
IView
The State will include the viewProperties as supplied during the design process.
viewProperties
- IView.populateFromProperties(Properties)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |