|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JetspeedPortletInvoker
JetspeedPortletInvoker extends Pluto's portlet invoker and extends it with lifecycle management. Portlet Invokers can be pooled, and activated and passivated per request cycle.
Method Summary | |
---|---|
void |
activate(org.apache.jetspeed.factory.PortletFactory portletFactory,
org.apache.pluto.om.portlet.PortletDefinition portletDefinition,
javax.servlet.ServletConfig servletConfig)
Activating an invoker makes it ready to invoke portlets. |
void |
activate(org.apache.jetspeed.factory.PortletFactory portletFactory,
org.apache.pluto.om.portlet.PortletDefinition portletDefinition,
javax.servlet.ServletConfig servletConfig,
String property)
Activating an invoker makes it ready to invoke portlets. |
boolean |
isActivated()
Returns true if the state of this invoke is 'activated', and false if it is 'passivated'. |
void |
passivate()
Passivates an invoker, freeing it back to the invoker pool. |
Methods inherited from interface org.apache.pluto.invoker.PortletInvoker |
---|
action, load, render |
Method Detail |
---|
void activate(org.apache.jetspeed.factory.PortletFactory portletFactory, org.apache.pluto.om.portlet.PortletDefinition portletDefinition, javax.servlet.ServletConfig servletConfig)
portletFactory
- The factory to get access to the portlet being invoked.portletDefinition
- The portlet's definition that is being invoked.servletConfig
- The servlet configuration of the portal.containerServlet
- void activate(org.apache.jetspeed.factory.PortletFactory portletFactory, org.apache.pluto.om.portlet.PortletDefinition portletDefinition, javax.servlet.ServletConfig servletConfig, String property)
portletFactory
- The factory to get access to the portlet being invoked.portletDefinition
- The portlet's definition that is being invoked.servletConfig
- The servlet configuration of the portal.property
- Implementation specific propertycontainerServlet
- void passivate()
boolean isActivated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |