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)
PortletInvokerFactory
getPortletInvoker
in interface PortletInvokerFactory
portletDefinition
- The portlet definition describing the portlet to be invoked.public void releasePortletInvoker(PortletInvoker invoker)
PortletInvokerFactory
releasePortletInvoker
in interface PortletInvokerFactory
invoker
- The portlet invoker ready to be released.public void init(javax.servlet.ServletConfig config, java.util.Map properties) throws java.lang.Exception
Factory
Copyright © 2003-2013 . All Rights Reserved.