Package | Description |
---|---|
org.apache.pluto.factory | |
org.apache.pluto.invoker | |
org.apache.pluto.invoker.impl |
Modifier and Type | Method and Description |
---|---|
PortletInvoker |
PortletInvokerFactory.getPortletInvoker(PortletDefinition portletDefinition)
The container calls this method to get a portlet invoker from the portal.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletInvokerFactory.releasePortletInvoker(PortletInvoker invoker)
The container calls this method to release a portlet invoker back to the portal, indicating
that the container is done with the invoker.
|
Modifier and Type | Method and Description |
---|---|
static PortletInvoker |
PortletInvokerAccess.getPortletInvoker(PortletDefinition portletDefinition) |
Modifier and Type | Method and Description |
---|---|
static void |
PortletInvokerAccess.releasePortletInvoker(PortletInvoker invoker) |
Modifier and Type | Class and Description |
---|---|
class |
PortletInvokerImpl |
Modifier and Type | Method and Description |
---|---|
PortletInvoker |
PortletInvokerFactoryImpl.getPortletInvoker(PortletDefinition portletDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
PortletInvokerFactoryImpl.releasePortletInvoker(PortletInvoker invoker) |
Copyright © 2003-2013 . All Rights Reserved.