Package org.gatein.pc.api
Class PortletStateType<S extends Serializable>
- java.lang.Object
-
- org.gatein.pc.api.PortletStateType<S>
-
public abstract class PortletStateType<S extends Serializable> extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Field Summary
Fields Modifier and Type Field Description static PortletStateType<byte[]>OPAQUE
-
Constructor Summary
Constructors Constructor Description PortletStateType()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanequals(S state1, S state2)abstract Class<S>getJavaType()abstract inthashCode(S state)abstract StringtoString(S state)
-
-
-
Field Detail
-
OPAQUE
public static final PortletStateType<byte[]> OPAQUE
-
-