public class PortletInvokerFactoryImpl extends java.lang.Object implements PortletInvokerFactory
| Constructor and Description |
|---|
PortletInvokerFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys the factory.
|
PortletInvoker |
getPortletInvoker(PortletDefinition portletDefinition)
The container calls this method to get a portlet invoker from the portal.
|
void |
init(javax.servlet.ServletConfig config,
java.util.Map properties)
Initializes the factory using the servlet configuration
and the factory properties.
|
void |
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.
|
public PortletInvoker getPortletInvoker(PortletDefinition portletDefinition)
PortletInvokerFactorygetPortletInvoker in interface PortletInvokerFactoryportletDefinition - The portlet definition describing the portlet to be invoked.public void releasePortletInvoker(PortletInvoker invoker)
PortletInvokerFactoryreleasePortletInvoker in interface PortletInvokerFactoryinvoker - The portlet invoker ready to be released.public void init(javax.servlet.ServletConfig config,
java.util.Map properties)
throws java.lang.Exception
FactoryCopyright © 2003-2013 . All Rights Reserved.