|
HDIV API 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPage
| Method Summary | |
|---|---|
void |
addState(IState state)
Adds a new state to the page this. |
void |
addState(java.lang.String id,
java.lang.String request)
Adds a new state hash to the page this. |
boolean |
existState(java.lang.String key)
Checks if exists a state with the given identifier key. |
java.lang.String |
getFlowId()
Returns the unique id of flow. |
java.lang.String |
getName()
|
java.lang.String |
getRandomToken()
|
IState |
getState(java.lang.String key)
Returns the state with the given identifier key from the
map of states |
java.lang.String |
getStateHash(java.lang.String key)
Returns the state hash with the given identifier key from
the map of states |
java.util.Map |
getStates()
|
void |
setFlowId(java.lang.String flowId)
|
void |
setName(java.lang.String name)
|
void |
setRandomToken(java.lang.String randomToken)
|
| Method Detail |
|---|
void addState(IState state)
this.
state - State that represents all the data that composes a possible
request.
void addState(java.lang.String id,
java.lang.String request)
this.
id - state identifierstate - Hash of a state that represents all the data that composes a
possible request.boolean existState(java.lang.String key)
key.
key - State identifierIState getState(java.lang.String key)
key from the
map of states
key - State identifier
key.java.lang.String getStateHash(java.lang.String key)
key from
the map of states
key - State identifier
key.java.lang.String getName()
void setName(java.lang.String name)
name - The page name to set.java.util.Map getStates()
java.lang.String getFlowId()
void setFlowId(java.lang.String flowId)
flowId - the flowId to setjava.lang.String getRandomToken()
void setRandomToken(java.lang.String randomToken)
randomToken - the randomToken to set
|
HDIV 2.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||