Uses of Class
org.gatein.pc.portlet.state.producer.PortletState
-
Packages that use PortletState Package Description org.gatein.pc.portlet.impl.state org.gatein.pc.portlet.impl.state.producer org.gatein.pc.portlet.state org.gatein.pc.portlet.state.producer -
-
Uses of PortletState in org.gatein.pc.portlet.impl.state
Methods in org.gatein.pc.portlet.impl.state that return PortletState Modifier and Type Method Description PortletStateStateConverterV0. unmarshall(byte[] marshalledState)<S extends Serializable>
PortletStateStateConverterV0. unmarshall(org.gatein.pc.api.PortletStateType<S> stateType, S marshalledState)Methods in org.gatein.pc.portlet.impl.state with parameters of type PortletState Modifier and Type Method Description <S extends Serializable>
SStateConverterV0. marshall(org.gatein.pc.api.PortletStateType<S> stateType, PortletState state)byte[]StateConverterV0. marshall(PortletState state) -
Uses of PortletState in org.gatein.pc.portlet.impl.state.producer
Methods in org.gatein.pc.portlet.impl.state.producer that return PortletState Modifier and Type Method Description PortletStatePortletStateContextImpl. getState() -
Uses of PortletState in org.gatein.pc.portlet.state
Methods in org.gatein.pc.portlet.state that return PortletState Modifier and Type Method Description <S extends Serializable>
PortletStateStateConverter. unmarshall(org.gatein.pc.api.PortletStateType<S> stateType, S marshalledState)Unmarshall the producer state from a byte array.Methods in org.gatein.pc.portlet.state with parameters of type PortletState Modifier and Type Method Description <S extends Serializable>
SStateConverter. marshall(org.gatein.pc.api.PortletStateType<S> stateType, PortletState state)Marshall the producer state as a byte array. -
Uses of PortletState in org.gatein.pc.portlet.state.producer
Methods in org.gatein.pc.portlet.state.producer that return PortletState Modifier and Type Method Description protected PortletStateAbstractPortletStatePersistenceManager. getState(String stateId)PortletStatePortletStateContext. getState()
-