Uses of Class
org.jboss.portal.portlet.state.producer.PortletState

Packages that use PortletState
org.jboss.portal.portlet.impl.state   
org.jboss.portal.portlet.impl.state.producer   
org.jboss.portal.portlet.state   
org.jboss.portal.portlet.state.producer   
 

Uses of PortletState in org.jboss.portal.portlet.impl.state
 

Methods in org.jboss.portal.portlet.impl.state that return PortletState
 PortletState StateConverterV0.unmarshall(byte[] marshalledState)
           
 

Methods in org.jboss.portal.portlet.impl.state with parameters of type PortletState
 byte[] StateConverterV0.marshall(PortletState state)
           
 

Uses of PortletState in org.jboss.portal.portlet.impl.state.producer
 

Methods in org.jboss.portal.portlet.impl.state.producer that return PortletState
 PortletState PortletStateContextImpl.getState()
           
 

Uses of PortletState in org.jboss.portal.portlet.state
 

Methods in org.jboss.portal.portlet.state that return PortletState
 PortletState StateConverter.unmarshall(byte[] marshalledState)
          Unmarshall the producer state from a byte array.
 

Methods in org.jboss.portal.portlet.state with parameters of type PortletState
 byte[] StateConverter.marshall(PortletState state)
          Marshall the producer state as a byte array.
 

Uses of PortletState in org.jboss.portal.portlet.state.producer
 

Methods in org.jboss.portal.portlet.state.producer that return PortletState
 PortletState PortletStateContext.getState()
           
 



Copyright © 2008. All Rights Reserved.