| Package | Description |
|---|---|
| org.gatein.pc.api | |
| org.gatein.pc.api.spi |
| Modifier and Type | Field and Description |
|---|---|
static PortletStateType<byte[]> |
PortletStateType.OPAQUE |
| Modifier and Type | Method and Description |
|---|---|
PortletStateType<S> |
StatefulPortletContext.getType() |
| Modifier and Type | Method and Description |
|---|---|
static <S extends Serializable> |
StatefulPortletContext.create(String id,
PortletStateType<S> type,
S state) |
PortletContext |
PortletInvoker.createClone(PortletStateType stateType,
PortletContext portletContext)
Clone a portlet.
|
PortletContext |
PortletInvoker.exportPortlet(PortletStateType stateType,
PortletContext originalPortletContext)
Exports a portlet from the invoker which can be used to recreate this portlet during an import portlet operation
The returned portlet Id will be the portlet Id of the base portlet, not a cloned portlet Id If the portlet
contains state, it will be returned regardless if the portlet invoker is set to persist state locally.
|
PortletContext |
PortletInvoker.importPortlet(PortletStateType stateType,
PortletContext contextToImport)
Imports a portlet into the invoker.
|
| Modifier and Type | Method and Description |
|---|---|
PortletStateType<?> |
InstanceContext.getStateType()
Returns the state type managed by the consumer.
|
Copyright © 2003-2017 GateIn. All Rights Reserved.