Uses of Interface
org.gatein.pc.portlet.state.StateConverter
-
Packages that use StateConverter Package Description org.gatein.pc.portlet.impl.state org.gatein.pc.portlet.state.producer -
-
Uses of StateConverter in org.gatein.pc.portlet.impl.state
Classes in org.gatein.pc.portlet.impl.state that implement StateConverter Modifier and Type Class Description classStateConverterV0An implementation that relies on theDataInputStreamandDataOutputStreamto marshall and unmarshall the producer state. -
Uses of StateConverter in org.gatein.pc.portlet.state.producer
Methods in org.gatein.pc.portlet.state.producer that return StateConverter Modifier and Type Method Description StateConverterProducerPortletInvoker. getStateConverter()Methods in org.gatein.pc.portlet.state.producer with parameters of type StateConverter Modifier and Type Method Description voidProducerPortletInvoker. setStateConverter(StateConverter stateConverter)Constructors in org.gatein.pc.portlet.state.producer with parameters of type StateConverter Constructor Description ProducerPortletInvoker(PortletStatePersistenceManager persistenceManager, StateManagementPolicy stateManagementPolicy, StateConverter stateConverter)
-