Uses of Class
org.jboss.portal.portlet.controller.state.PortletWindowNavigationalState

Packages that use PortletWindowNavigationalState
org.jboss.portal.portlet.controller.impl.state   
org.jboss.portal.portlet.controller.request   
org.jboss.portal.portlet.controller.state   
org.jboss.portal.portlet.test.tck   
 

Uses of PortletWindowNavigationalState in org.jboss.portal.portlet.controller.impl.state
 

Fields in org.jboss.portal.portlet.controller.impl.state with type parameters of type PortletWindowNavigationalState
protected  java.util.Map<java.lang.String,PortletWindowNavigationalState> PortletPageNavigationalStateImpl.windows
          .
 

Methods in org.jboss.portal.portlet.controller.impl.state that return PortletWindowNavigationalState
 PortletWindowNavigationalState PortletPageNavigationalStateImpl.getPortletWindowNavigationalState(java.lang.String portletWindowId)
           
 

Methods in org.jboss.portal.portlet.controller.impl.state with parameters of type PortletWindowNavigationalState
 void PortletPageNavigationalStateImpl.setPortletWindowNavigationalState(java.lang.String portletWindowId, PortletWindowNavigationalState portletWindowState)
           
 

Uses of PortletWindowNavigationalState in org.jboss.portal.portlet.controller.request
 

Methods in org.jboss.portal.portlet.controller.request that return PortletWindowNavigationalState
 PortletWindowNavigationalState PortletRequest.getWindowNavigationalState()
           
 PortletWindowNavigationalState PortletResourceRequest.PortletScope.getWindowNavigationalState()
           
 

Constructors in org.jboss.portal.portlet.controller.request with parameters of type PortletWindowNavigationalState
PortletActionRequest(java.lang.String windowId, StateString interactionState, java.util.Map<java.lang.String,java.lang.String[]> bodyParameters, PortletWindowNavigationalState windowNavigationalState, PortletPageNavigationalState pageNavigationalState)
          Build a new portlet action request.
PortletEventRequest(java.lang.String windowId, PortletWindowNavigationalState windowNavigationalState, PortletPageNavigationalState pageNavigationalState, javax.xml.namespace.QName name, java.io.Serializable payload)
           
PortletRenderRequest(java.lang.String windowId, PortletWindowNavigationalState windowNavigationalState, java.util.Map<java.lang.String,java.lang.String[]> publicNavigationalStateChanges, PortletPageNavigationalState pageNavigationalState)
           
PortletResourceRequest.PageScope(PortletWindowNavigationalState windowNavigationalState, PortletPageNavigationalState pageNavigationalState)
           
PortletResourceRequest.PortletScope(PortletWindowNavigationalState windowNavigationalState)
           
 

Uses of PortletWindowNavigationalState in org.jboss.portal.portlet.controller.state
 

Methods in org.jboss.portal.portlet.controller.state that return PortletWindowNavigationalState
 PortletWindowNavigationalState PortletPageNavigationalState.getPortletWindowNavigationalState(java.lang.String portletWindowId)
          Returns the navigational state of a portlet window or null if it does not exist.
 

Methods in org.jboss.portal.portlet.controller.state with parameters of type PortletWindowNavigationalState
 void PortletPageNavigationalState.setPortletWindowNavigationalState(java.lang.String portletWindowId, PortletWindowNavigationalState portletWindowState)
          Update the navigational state of a portlet window.
 

Uses of PortletWindowNavigationalState in org.jboss.portal.portlet.test.tck
 

Methods in org.jboss.portal.portlet.test.tck that return PortletWindowNavigationalState
 PortletWindowNavigationalState TCKPortletPageNavigationalState.getPortletWindowNavigationalState(java.lang.String portletWindowId)
           
 

Methods in org.jboss.portal.portlet.test.tck with parameters of type PortletWindowNavigationalState
 void TCKPortletPageNavigationalState.setPortletWindowNavigationalState(java.lang.String portletWindowId, PortletWindowNavigationalState portletWindowState)
           
 



Copyright © 2008. All Rights Reserved.