|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NavigationalStateContext
| Method Summary | |
|---|---|
boolean |
applyChanges()
Apply the navigational state changes made to this NavigationalStateContext. |
java.util.Iterator<? extends NavigationalStateChange> |
getChanges()
Retrieve an iterator over the current changes. |
PageNavigationalState |
getPageNavigationalState(java.lang.String pageId)
Retrieves the navigational state associated with the specified page identifier. |
java.lang.String |
getViewId()
Returns the current view id. |
WindowNavigationalState |
getWindowNavigationalState(java.lang.String windowId)
Retrieves the navigational state associated with the specified window identifier. |
void |
setPageNavigationalState(java.lang.String pageId,
PageNavigationalState pageNavigationalState)
Set the navigational state associated with the page identified by the given identifier. |
void |
setWindowNavigationalState(java.lang.String windowId,
WindowNavigationalState windowNavigationalState)
Set the navigational state associated with the window identified by the given identifier. |
| Methods inherited from interface org.jboss.portal.common.invocation.AttributeResolver |
|---|
getAttribute, getKeys, setAttribute |
| Method Detail |
|---|
WindowNavigationalState getWindowNavigationalState(java.lang.String windowId)
windowId - a String identifying the window which navigational state is to be retrieved
null if the given
window identifier is not known by this NavigationalStateContext or no navigational state is associated
with the given identifier.
void setWindowNavigationalState(java.lang.String windowId,
WindowNavigationalState windowNavigationalState)
windowId - the window identifierwindowNavigationalState - the window navigational statePageNavigationalState getPageNavigationalState(java.lang.String pageId)
pageId - a String identifying the page which navigational state is to be retrieved
null if the given
page identifier is not known by this NavigationalStateContext or no navigational state is associated
with the given identifier.
void setPageNavigationalState(java.lang.String pageId,
PageNavigationalState pageNavigationalState)
pageId - the page identifierpageNavigationalState - the page navigational stateboolean applyChanges()
java.lang.String getViewId()
java.util.Iterator<? extends NavigationalStateChange> getChanges()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||