|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the navigation context.
Concrete implementations of this interface allow to harvest information such as:
Method Summary | |
void |
addOwnership(String objectKey,
int objectOwnership)
Adds a deferred ownership. |
boolean |
isFrameworkToReset()
Returns true if the framework has to be resetted. |
boolean |
isIgnorePage()
Indicates if the page has to be ignored. |
void |
notifyPage(AttributeContainer container,
String url)
Notify that a page has been reached. |
void |
removeAttribute(AttributeContainer container,
String objectKey)
Removes an attribute. |
void |
resetFramework()
Reset the Webflow Navigation Manager framework. |
void |
setAttribute(AttributeContainer container,
String objectKey)
Sets an attribute. |
void |
setDefaultOwnership(int defaultOwnership)
Sets the webflow default ownership. |
void |
setIgnorePage(boolean ignorePage)
Sets whether the page has to be ignored. |
void |
setPreviousWebflowToForce(String webflowName)
Force the previous webflow. |
void |
setWebflowName(String webflowName)
Sets the webflow name. |
Method Detail |
public void setAttribute(AttributeContainer container, String objectKey)
container
- the attribute containerobjectKey
- the object keypublic void setDefaultOwnership(int defaultOwnership)
defaultOwnership
- the webflow default ownershippublic boolean isFrameworkToReset()
public void setIgnorePage(boolean ignorePage)
ignorePage
- true if the page has to be ignoredpublic boolean isIgnorePage()
public void setPreviousWebflowToForce(String webflowName)
webflowName
- the previous webflow to forcepublic void setWebflowName(String webflowName)
webflowName
- the webflow namepublic void addOwnership(String objectKey, int objectOwnership)
objectKey
- the object keyobjectOwnership
- the object ownershippublic void notifyPage(AttributeContainer container, String url)
container
- the attribute containerurl
- the url of the pagepublic void removeAttribute(AttributeContainer container, String objectKey)
container
- the attribute containerobjectKey
- the object key to removepublic void resetFramework()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |