Package org.gatein.pc.api
Class OpaqueStateString
- java.lang.Object
-
- org.gatein.pc.api.StateString
-
- org.gatein.pc.api.OpaqueStateString
-
- All Implemented Interfaces:
Serializable
public class OpaqueStateString extends StateString
An opaque implementation of the navigational state.- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.gatein.pc.api.StateString
EMPTY, JBPNS_PREFIX, OPAQUE, SERIALIZED
-
-
Constructor Summary
Constructors Constructor Description OpaqueStateString(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetStringValue()Return the value of the navigational state of the portlet.inthashCode()voidwriteTo(DataOutputStream out)-
Methods inherited from class org.gatein.pc.api.StateString
create, create, decodeOpaqueValue, encodeAsOpaqueValue
-
-
-
-
Constructor Detail
-
OpaqueStateString
public OpaqueStateString(String value)
-
-
Method Detail
-
getStringValue
public String getStringValue()
Description copied from class:StateStringReturn the value of the navigational state of the portlet.- Specified by:
getStringValuein classStateString- Returns:
- the string value
-
writeTo
public void writeTo(DataOutputStream out) throws IOException
- Specified by:
writeToin classStateString- Throws:
IOException
-
-