Uses of Interface
org.jboss.portal.portlet.controller.state.PortletPageNavigationalState

Packages that use PortletPageNavigationalState
org.jboss.portal.portlet.controller   
org.jboss.portal.portlet.controller.impl   
org.jboss.portal.portlet.controller.impl.state   
org.jboss.portal.portlet.controller.request   
org.jboss.portal.portlet.controller.response   
org.jboss.portal.portlet.controller.state   
org.jboss.portal.portlet.portal.jsp   
org.jboss.portal.portlet.test.controller   
org.jboss.portal.portlet.test.tck   
 

Uses of PortletPageNavigationalState in org.jboss.portal.portlet.controller
 

Methods in org.jboss.portal.portlet.controller with parameters of type PortletPageNavigationalState
 PortletInvocationContext PortletControllerContext.createPortletInvocationContext(java.lang.String windowId, PortletPageNavigationalState pageNavigationalState)
          Create a portlet invocation context for the specified window id.
 PortletInvocationResponse PortletController.render(PortletControllerContext controllerContext, java.util.List<javax.servlet.http.Cookie> cookies, PortletPageNavigationalState pageNavigationalState, java.lang.String windowId)
           
 

Uses of PortletPageNavigationalState in org.jboss.portal.portlet.controller.impl
 

Methods in org.jboss.portal.portlet.controller.impl that return types with arguments of type PortletPageNavigationalState
protected abstract  org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> AbstractPortletControllerContext.getPageNavigationalStateSerialization()
           
 

Methods in org.jboss.portal.portlet.controller.impl with parameters of type PortletPageNavigationalState
 PortletInvocationContext AbstractPortletControllerContext.createPortletInvocationContext(java.lang.String windowId, PortletPageNavigationalState pageNavigationalState)
           
 java.util.Map<java.lang.String,java.lang.String> ControllerRequestParameterMapFactory.encode(PortletPageNavigationalState pageNS, java.lang.String windowId, ContainerURL containerURL)
           
 

Constructors in org.jboss.portal.portlet.controller.impl with parameters of type PortletPageNavigationalState
ControllerPortletInvocationContext(org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> serialization, javax.servlet.http.HttpServletRequest clientRequest, javax.servlet.http.HttpServletResponse clientResponse, java.lang.String windowId, PortletPageNavigationalState pageNavigationalState, org.jboss.portal.common.util.MarkupInfo markupInfo)
           
PortletURLRenderer(PortletPageNavigationalState pageNS, javax.servlet.http.HttpServletRequest clientReq, javax.servlet.http.HttpServletResponse clientResp, org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> serialization)
           
 

Constructor parameters in org.jboss.portal.portlet.controller.impl with type arguments of type PortletPageNavigationalState
ControllerPortletInvocationContext(org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> serialization, javax.servlet.http.HttpServletRequest clientRequest, javax.servlet.http.HttpServletResponse clientResponse, java.lang.String windowId, PortletPageNavigationalState pageNavigationalState, org.jboss.portal.common.util.MarkupInfo markupInfo)
           
ControllerRequestFactory(org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> serialization)
           
ControllerRequestParameterMapFactory(org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> serialization)
           
PortletURLRenderer(PortletPageNavigationalState pageNS, javax.servlet.http.HttpServletRequest clientReq, javax.servlet.http.HttpServletResponse clientResp, org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> serialization)
           
 

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

Classes in org.jboss.portal.portlet.controller.impl.state that implement PortletPageNavigationalState
 class PortletPageNavigationalStateImpl
           
 

Methods in org.jboss.portal.portlet.controller.impl.state that return PortletPageNavigationalState
 PortletPageNavigationalState StateControllerContextImpl.clonePortletPageNavigationalState(PortletPageNavigationalState portletPageNavigationalState, boolean modifiable)
           
 PortletPageNavigationalState StateControllerContextImpl.createPortletPageNavigationalState(boolean modifiable)
           
 

Methods in org.jboss.portal.portlet.controller.impl.state with parameters of type PortletPageNavigationalState
 PortletPageNavigationalState StateControllerContextImpl.clonePortletPageNavigationalState(PortletPageNavigationalState portletPageNavigationalState, boolean modifiable)
           
 

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

Methods in org.jboss.portal.portlet.controller.request that return PortletPageNavigationalState
abstract  PortletPageNavigationalState ControllerRequest.getPageNavigationalState()
          Returns the page navigational state or null if that kind of request cannot have one.
 PortletPageNavigationalState PortletRequest.getPageNavigationalState()
           
 PortletPageNavigationalState PortletResourceRequest.getPageNavigationalState()
           
 PortletPageNavigationalState PortletResourceRequest.PageScope.getPageNavigationalState()
           
 

Constructors in org.jboss.portal.portlet.controller.request with parameters of type PortletPageNavigationalState
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)
           
 

Uses of PortletPageNavigationalState in org.jboss.portal.portlet.controller.response
 

Methods in org.jboss.portal.portlet.controller.response that return PortletPageNavigationalState
 PortletPageNavigationalState PageUpdateResponse.getPageNavigationalState()
           
 

Constructors in org.jboss.portal.portlet.controller.response with parameters of type PortletPageNavigationalState
PageUpdateResponse(UpdateNavigationalStateResponse update, ResponseProperties properties, PortletPageNavigationalState pageNavigationalState, int eventCycleStatus)
           
 

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

Methods in org.jboss.portal.portlet.controller.state that return PortletPageNavigationalState
 PortletPageNavigationalState StateControllerContext.clonePortletPageNavigationalState(PortletPageNavigationalState portletPageNavigationalState, boolean modifiable)
          Clone an existing page state object.
 PortletPageNavigationalState StateControllerContext.createPortletPageNavigationalState(boolean modifiable)
          Create a new portlet page state object.
 PortletPageNavigationalState PortletPageNavigationalStateSerialization.unserialize(java.io.InputStream in)
           
 

Methods in org.jboss.portal.portlet.controller.state with parameters of type PortletPageNavigationalState
 PortletPageNavigationalState StateControllerContext.clonePortletPageNavigationalState(PortletPageNavigationalState portletPageNavigationalState, boolean modifiable)
          Clone an existing page state object.
 void PortletPageNavigationalStateSerialization.serialize(PortletPageNavigationalState pageNavigationalState, java.io.OutputStream out)
           
 

Uses of PortletPageNavigationalState in org.jboss.portal.portlet.portal.jsp
 

Methods in org.jboss.portal.portlet.portal.jsp that return PortletPageNavigationalState
 PortletPageNavigationalState PortalRenderResponse.getPageNavigationalState()
          The page state for the rendering.
 

Methods in org.jboss.portal.portlet.portal.jsp that return types with arguments of type PortletPageNavigationalState
 org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> PagePortletControllerContext.getPageNavigationalStateSerialization()
           
 

Constructors in org.jboss.portal.portlet.portal.jsp with parameters of type PortletPageNavigationalState
PortalRenderResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PagePortletControllerContext portletControllerContext, PortletPageNavigationalState pageNavigationalState, PortalPrepareResponse prepareResponse)
           
 

Uses of PortletPageNavigationalState in org.jboss.portal.portlet.test.controller
 

Fields in org.jboss.portal.portlet.test.controller declared as PortletPageNavigationalState
protected  PortletPageNavigationalState PageRenderer.pageNavigationalState
           
 

Methods in org.jboss.portal.portlet.test.controller that return types with arguments of type PortletPageNavigationalState
 org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> PortletControllerContextImpl.getPageNavigationalStateSerialization()
           
 

Methods in org.jboss.portal.portlet.test.controller with parameters of type PortletPageNavigationalState
 PortletInvocationResponse RendererContext.render(java.util.List<javax.servlet.http.Cookie> cookies, PortletPageNavigationalState pageNavigationalState, java.lang.String windowId)
           
 PortletInvocationResponse AbstractRendererContext.render(java.util.List<javax.servlet.http.Cookie> cookies, PortletPageNavigationalState pageNavigationalState, java.lang.String windowId)
           
 

Constructors in org.jboss.portal.portlet.test.controller with parameters of type PortletPageNavigationalState
ControllerResponseRendererFactory(boolean sendNoContentResponseOnEmptyResource, boolean sendErrorOnProcessActionError, StateControllerContext stateControllerContext, PortletPageNavigationalState requestPageNavigationalState)
           
PageRenderer(ResponseProperties properties, PortletPageNavigationalState pageNavigationalState)
           
 

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

Classes in org.jboss.portal.portlet.test.tck that implement PortletPageNavigationalState
 class TCKPortletPageNavigationalState
           
 

Methods in org.jboss.portal.portlet.test.tck that return PortletPageNavigationalState
 PortletPageNavigationalState TCKStateControllerContext.clonePortletPageNavigationalState(PortletPageNavigationalState portletPageNavigationalState, boolean modifiable)
           
 PortletPageNavigationalState TCKStateControllerContext.createPortletPageNavigationalState(boolean modifiable)
           
 PortletPageNavigationalState TCKPageNavigationalStateSerialization.unserialize(java.io.InputStream in)
           
 

Methods in org.jboss.portal.portlet.test.tck that return types with arguments of type PortletPageNavigationalState
protected  org.jboss.portal.common.io.Serialization<PortletPageNavigationalState> TCKPortletControllerContext.getPageNavigationalStateSerialization()
           
 

Methods in org.jboss.portal.portlet.test.tck with parameters of type PortletPageNavigationalState
 PortletPageNavigationalState TCKStateControllerContext.clonePortletPageNavigationalState(PortletPageNavigationalState portletPageNavigationalState, boolean modifiable)
           
 void TCKPageNavigationalStateSerialization.serialize(PortletPageNavigationalState pageNavigationalState, java.io.OutputStream out)
           
 

Constructors in org.jboss.portal.portlet.test.tck with parameters of type PortletPageNavigationalState
TCKPortletPageNavigationalState(PortletPageNavigationalState defaultState, java.util.Set<java.lang.String> involvedPortlets)
           
 



Copyright © 2008. All Rights Reserved.