Package org.gatein.pc.controller.state
Class PageNavigationalState
java.lang.Object
org.gatein.pc.controller.state.PageNavigationalState
Defines the page navigational state view that the controller needs to operate on. Its name begins with page
however it does not mandate that the represented context to be a page. I.E it could represent a set
of physical pages or something else.
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPageNavigationalState(boolean modifiable) PageNavigationalState(PageNavigationalState original, boolean modifiable) -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of public names.String[]Returns a public navigational state entry or null if it is not found.Returns the window ids referenced.getWindowNavigationalState(String windowId) Returns the navigational state of a portlet window or null if it does not exist.voidRemoves a public navigational state entry.voidsetPublicNavigationalState(QName name, String[] value) Sets a public navigational state entry.voidsetWindowNavigationalState(String windowId, WindowNavigationalState windowState) Update the navigational state of a portlet window.
-
Field Details
-
windows
. -
page
.
-
-
Constructor Details
-
PageNavigationalState
public PageNavigationalState(boolean modifiable)
-
-
Method Details
-
getWindowIds
Returns the window ids referenced.- Returns:
- a set of window id
-
getPublicNames
Returns the set of public names.- Returns:
- the public names
-