Class NavigationContext
java.lang.Object
org.exoplatform.portal.mop.navigation.NavigationContext
- Version:
- $Revision$
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()getKey()Returns the navigation key.getState()Returns the navigation state.voidsetData(NavigationData data) voidsetState(NavigationState state) Updates the navigation state the behavior is not the same wether or not the navigation is persistent: When the navigation is persistent, any state is allowed: A non null state overrides the current persistent state. The null state means to reset the state to the persistent state. When the navigation is transient, only a non null state is allowed as it will be used for creation purpose.
-
Constructor Details
-
Method Details
-
getKey
Returns the navigation key.- Returns:
- the navigation key
-
getState
Returns the navigation state.- Returns:
- the navigation state
-
getData
-