| Package | Description |
|---|---|
| org.gatein.pc.api | |
| org.gatein.pc.api.invocation | |
| org.gatein.pc.api.invocation.response |
| Modifier and Type | Class and Description |
|---|---|
class |
OpaqueStateString
An opaque implementation of the navigational state.
|
class |
ParametersStateString
A set of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static StateString |
StateString.create(DataInputStream in)
Factory method that will create the most appropriate form from the byte representation.
|
static StateString |
StateString.create(String opaqueValue)
Factory method that will create the most appropriate form from the string representation.
|
StateString |
ActionURL.getInteractionState()
Return the interaction state.
|
StateString |
ContainerURL.getNavigationalState()
Return the navigational state that may be null.
|
StateString |
ResourceURL.getResourceState()
Returns the resource state.
|
| Modifier and Type | Method and Description |
|---|---|
static ParametersStateString |
ParametersStateString.create(StateString stateString)
Create a parameters state string.
|
| Modifier and Type | Field and Description |
|---|---|
protected StateString |
ActionInvocation.interactionState
.
|
protected StateString |
PortletInvocation.navigationalState
.
|
| Modifier and Type | Method and Description |
|---|---|
StateString |
ActionInvocation.getInteractionState() |
StateString |
PortletInvocation.getNavigationalState() |
StateString |
ResourceInvocation.getResourceState() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionInvocation.setInteractionState(StateString interactionState) |
void |
PortletInvocation.setNavigationalState(StateString navigationalState) |
void |
ResourceInvocation.setResourceState(StateString resourceState) |
| Modifier and Type | Method and Description |
|---|---|
StateString |
UpdateNavigationalStateResponse.getNavigationalState() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNavigationalStateResponse.setNavigationalState(StateString state) |
Copyright © 2003-2021 GateIn. All Rights Reserved.