Package org.gatein.pc.api
Class OpaqueStateString
java.lang.Object
org.gatein.pc.api.StateString
org.gatein.pc.api.OpaqueStateString
- All Implemented Interfaces:
Serializable
An opaque implementation of the navigational state.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
- See Also:
-
Field Summary
Fields inherited from class org.gatein.pc.api.StateString
EMPTY, JBPNS_PREFIX, OPAQUE, SERIALIZED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn 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 Details
-
OpaqueStateString
-
-
Method Details
-
getStringValue
Description copied from class:StateStringReturn the value of the navigational state of the portlet.- Specified by:
getStringValuein classStateString- Returns:
- the string value
-
writeTo
- Specified by:
writeToin classStateString- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-