|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.fe.statemachine.ext.apps.View
com.bankframe.fe.statemachine.ext.connectors.servlet.JSPView
public class JSPView
Field Summary | |
---|---|
static 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 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 String |
RESPONSE_DATA_ATTRIBUTE_NAME
|
static 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 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)
|
String |
getJspName()
Returns the jspName. |
String |
getRequestURL()
Returns the requestURL. |
void |
populateFromProperties(Properties viewProperties)
|
void |
setJspName(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 String STATE_ATTRIBUTE_NAME
public static String VIEW_ATTRIBUTE_NAME
public static String INPUTS_ATTRIBUTE_NAME
public static String REQUEST_CONTEXT_ATTRIBUTE_NAME
public static 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 String getJspName()
public void setJspName(String jspName)
jspName
- The jspName to setpublic String getRequestURL()
public void populateFromProperties(Properties viewProperties)
IView.populateFromProperties(Properties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |