Uses of Class
org.exoplatform.portal.mop.page.PageState
Packages that use PageState
-
Uses of PageState in org.exoplatform.portal.mop
Methods in org.exoplatform.portal.mop that return PageStateModifier and TypeMethodDescriptionstatic PageStateUtils.toPageState(Page page) static PageStateUtils.toPageState(PageData page) -
Uses of PageState in org.exoplatform.portal.mop.page
Methods in org.exoplatform.portal.mop.page that return PageStateModifier and TypeMethodDescriptionPageState.Builder.build()PageContext.getState()Returns the navigation state.Methods in org.exoplatform.portal.mop.page with parameters of type PageStateModifier and TypeMethodDescriptionvoidUpdates the page state the behavior is not the same wether or not the page is persistent: When the page 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 page is transient, only a non null state is allowed as it will be used for creation purpose.Constructors in org.exoplatform.portal.mop.page with parameters of type PageState