| Package | Description |
|---|---|
| org.gatein.pc.portlet.impl.state | |
| org.gatein.pc.portlet.impl.state.producer | |
| org.gatein.pc.portlet.state | |
| org.gatein.pc.portlet.state.producer |
| Modifier and Type | Method and Description |
|---|---|
PortletState |
StateConverterV0.unmarshall(byte[] marshalledState) |
<S extends Serializable> |
StateConverterV0.unmarshall(PortletStateType<S> stateType,
S marshalledState) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
StateConverterV0.marshall(PortletState state) |
<S extends Serializable> |
StateConverterV0.marshall(PortletStateType<S> stateType,
PortletState state) |
| Modifier and Type | Method and Description |
|---|---|
PortletState |
PortletStateContextImpl.getState() |
| Modifier and Type | Method and Description |
|---|---|
<S extends Serializable> |
StateConverter.unmarshall(PortletStateType<S> stateType,
S marshalledState)
Unmarshall the producer state from a byte array.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends Serializable> |
StateConverter.marshall(PortletStateType<S> stateType,
PortletState state)
Marshall the producer state as a byte array.
|
| Modifier and Type | Method and Description |
|---|---|
PortletState |
PortletStateContext.getState() |
protected PortletState |
AbstractPortletStatePersistenceManager.getState(String stateId) |
Copyright © 2003-2016 GateIn. All Rights Reserved.