Class ConsumerStateContext<S extends Serializable>
- java.lang.Object
-
- org.gatein.pc.portlet.state.consumer.ConsumerState<S>
-
- org.gatein.pc.portlet.state.consumer.ConsumerStateContext<S>
-
public class ConsumerStateContext<S extends Serializable> extends ConsumerState<S>
- Version:
- $Revision: 5776 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description ConsumerStateContext(String id, String portletId, org.gatein.pc.api.PortletStateType<S> stateType, S state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()-
Methods inherited from class org.gatein.pc.portlet.state.consumer.ConsumerState
getPortletId, getState, getStateType, getTerminationTime
-
-