|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.portal.pluto.factory.LocalPortletInvokerImpl
public class LocalPortletInvokerImpl
This is an invoker for a "local" portlet, which is a portlet running inside Cocoon.
| Field Summary | |
|---|---|
protected Context |
context
The avalon context |
protected ServiceManager |
manager
The service manager |
protected javax.portlet.Portlet |
portlet
The portlet |
protected org.apache.pluto.om.portlet.PortletDefinition |
portletDefinition
The portlet definition |
protected ServletConfig |
servletConfig
servlet configuration |
| Constructor Summary | |
|---|---|
LocalPortletInvokerImpl(org.apache.pluto.om.portlet.PortletDefinition portletDefinition,
ServletConfig servletConfig)
Constructor |
|
| Method Summary | |
|---|---|
void |
action(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
|
void |
contextualize(Context context)
|
void |
destroy()
Destroy the associated portlet |
void |
initialize()
|
void |
load(javax.portlet.PortletRequest request,
javax.portlet.RenderResponse response)
|
void |
render(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
|
void |
service(ServiceManager manager)
|
| Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final ServletConfig servletConfig
protected final org.apache.pluto.om.portlet.PortletDefinition portletDefinition
protected javax.portlet.Portlet portlet
protected Context context
protected ServiceManager manager
| Constructor Detail |
|---|
public LocalPortletInvokerImpl(org.apache.pluto.om.portlet.PortletDefinition portletDefinition,
ServletConfig servletConfig)
| Method Detail |
|---|
public void contextualize(Context context)
throws ContextException
contextualize in interface ContextualizableContextException
public void service(ServiceManager manager)
throws ServiceException
service in interface ServiceableServiceException
public void initialize()
throws Exception
initialize in interface InitializableException
public void action(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response)
throws javax.portlet.PortletException,
IOException
action in interface org.apache.pluto.invoker.PortletInvokerjavax.portlet.PortletException
IOException
public void render(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
render in interface org.apache.pluto.invoker.PortletInvokerjavax.portlet.PortletException
IOException
public void load(javax.portlet.PortletRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException
load in interface org.apache.pluto.invoker.PortletInvokerjavax.portlet.PortletExceptionpublic void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||