|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.invoker.impl.PortletInvokerFactoryImpl
public class PortletInvokerFactoryImpl
Constructor Summary | |
---|---|
PortletInvokerFactoryImpl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletInvokerFactoryImpl()
Method Detail |
---|
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
init
in interface Factory
config
- the servlet configurationproperties
- the factory properties
java.lang.Exception
- if the initialization failspublic void destroy() throws java.lang.Exception
Factory
destroy
in interface Factory
java.lang.Exception
- if the destruction fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |