Uses of Class
org.jboss.portal.portlet.StateString

Packages that use StateString
org.jboss.portal.portlet   
org.jboss.portal.portlet.controller.request   
org.jboss.portal.portlet.controller.state   
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.invocation   
org.jboss.portal.portlet.invocation.response   
 

Uses of StateString in org.jboss.portal.portlet
 

Subclasses of StateString in org.jboss.portal.portlet
 class OpaqueStateString
          An opaque implementation of the navigational state.
 class ParametersStateString
          A set of parameters.
 

Methods in org.jboss.portal.portlet that return StateString
static StateString ParametersStateString.create(java.io.DataInputStream in)
          Factory method that will create the most appropriate form from the byte representation.
static StateString ParametersStateString.create(java.lang.String opaqueValue)
          Factory method that will create the most appropriate form from the string representation.
 StateString ActionURL.getInteractionState()
          Return the interaction state.
 StateString ActionURL.getNavigationalState()
          Return the navigational state that may be null.
 StateString RenderURL.getNavigationalState()
          Return the navigational state that may be null.
 StateString ResourceURL.getNavigationalState()
          Return the navigational state that may be null.
 StateString ResourceURL.getResourceState()
          Returns the resource state.
 

Methods in org.jboss.portal.portlet with parameters of type StateString
static ParametersStateString ParametersStateString.create(StateString stateString)
          Create a parameters state string.
 

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

Methods in org.jboss.portal.portlet.controller.request that return StateString
 StateString PortletActionRequest.getInteractionState()
           
 StateString PortletResourceRequest.getResourceState()
           
 

Constructors in org.jboss.portal.portlet.controller.request with parameters of type StateString
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.
PortletResourceRequest(java.lang.String windowId, java.lang.String resourceId, StateString resourceState, java.util.Map<java.lang.String,java.lang.String[]> bodyParameters, PortletResourceRequest.Scope scope)
          Build a new portlet resource request.
 

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

Methods in org.jboss.portal.portlet.controller.state that return StateString
 StateString PortletWindowNavigationalState.getPortletNavigationalState()
           
 

Constructors in org.jboss.portal.portlet.controller.state with parameters of type StateString
PortletWindowNavigationalState(StateString portletNavigationalState, org.jboss.portal.Mode mode, org.jboss.portal.WindowState windowState)
           
 

Uses of StateString in org.jboss.portal.portlet.impl.jsr168
 

Methods in org.jboss.portal.portlet.impl.jsr168 with parameters of type StateString
protected static java.util.Map<java.lang.String,java.lang.String[]> PortletRequestParameterMap.safeBuildParameters(StateString stateString)
           
 

Uses of StateString in org.jboss.portal.portlet.invocation
 

Fields in org.jboss.portal.portlet.invocation declared as StateString
protected  StateString ActionInvocation.interactionState
          .
protected  StateString PortletInvocation.navigationalState
          .
 

Methods in org.jboss.portal.portlet.invocation that return StateString
 StateString ActionInvocation.getInteractionState()
           
 StateString PortletInvocation.getNavigationalState()
           
 StateString ResourceInvocation.getResourceState()
           
 

Methods in org.jboss.portal.portlet.invocation with parameters of type StateString
 void ActionInvocation.setInteractionState(StateString interactionState)
           
 void PortletInvocation.setNavigationalState(StateString navigationalState)
           
 void ResourceInvocation.setResourceState(StateString resourceState)
           
 

Uses of StateString in org.jboss.portal.portlet.invocation.response
 

Methods in org.jboss.portal.portlet.invocation.response that return StateString
 StateString UpdateNavigationalStateResponse.getNavigationalState()
           
 

Methods in org.jboss.portal.portlet.invocation.response with parameters of type StateString
 void UpdateNavigationalStateResponse.setNavigationalState(StateString state)
           
 



Copyright © 2008. All Rights Reserved.