Uses of Interface
org.gatein.pc.portlet.state.StateConverter
Packages that use StateConverter
-
Uses of StateConverter in org.gatein.pc.portlet.impl.state
Classes in org.gatein.pc.portlet.impl.state that implement StateConverterModifier and TypeClassDescriptionclassAn 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 StateConverterMethods in org.gatein.pc.portlet.state.producer with parameters of type StateConverterModifier and TypeMethodDescriptionvoidProducerPortletInvoker.setStateConverter(StateConverter stateConverter) Constructors in org.gatein.pc.portlet.state.producer with parameters of type StateConverterModifierConstructorDescriptionProducerPortletInvoker(PortletStatePersistenceManager persistenceManager, StateManagementPolicy stateManagementPolicy, StateConverter stateConverter)