|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.server.navigation.NavigationalStateContext
The per request nagivational state context.
Method Summary | |
static NavigationalState |
getNavigationalState(java.lang.String id)
Provide the navigational state for an id. |
static NavigationalStateProvider |
getProvider()
Return the provider associated with the current thread of execution. |
static void |
setProvider(NavigationalStateProvider provider)
Set the provider on the current thread of execution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static NavigationalState getNavigationalState(java.lang.String id) throws java.lang.IllegalStateException
id
- the id of the object we want the state
java.lang.IllegalStateException
- if the current thread of execution is associated with no providerpublic static NavigationalStateProvider getProvider()
public static void setProvider(NavigationalStateProvider provider)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |