|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequest
Method Summary | |
---|---|
String |
getApplicationName()
Returns the name of the application that should handle this request. |
String |
getEventName()
Returns the name of the event which needs to be handled for this request. |
Enumeration |
getParameterNames()
Returns the names of the parameters contained in this request. |
String[] |
getParameterValues(String parameterName)
Returns the values for the parameter of the given name. |
String |
getSessionId()
Returns the id of the UserSession for this request. |
String |
getStateId()
Returns the id of the state from which this request comes. |
Method Detail |
---|
String getApplicationName()
If this returns null the statemachine will use the default application returned by the ApplicationManager.
String getStateId()
If this returns null the statemachine will use the root state for the current application.
String getEventName()
This should not return null. If no event name is applicable it can return an empty string.
String getSessionId()
If this returns null the statemachine will create a new default session.
Enumeration getParameterNames()
String[] getParameterValues(String parameterName)
parameterName
- the name of the parameter values to return.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |