Package org.gatein.pc.portlet.container
Class ContainerPortletDispatcher
- java.lang.Object
-
- org.gatein.pc.portlet.PortletInvokerInterceptor
-
- org.gatein.pc.portlet.container.ContainerPortletDispatcher
-
- All Implemented Interfaces:
org.gatein.pc.api.PortletInvoker
public class ContainerPortletDispatcher extends PortletInvokerInterceptor
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description ContainerPortletDispatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gatein.pc.api.invocation.response.PortletInvocationResponseinvoke(org.gatein.pc.api.invocation.PortletInvocation invocation)booleanisActive()-
Methods inherited from class org.gatein.pc.portlet.PortletInvokerInterceptor
append, createClone, destroyClones, exportPortlet, getNext, getPortlet, getPortlets, getProperties, getProperties, getStatus, importPortlet, setNext, setProperties
-
-
-
-
Method Detail
-
invoke
public org.gatein.pc.api.invocation.response.PortletInvocationResponse invoke(org.gatein.pc.api.invocation.PortletInvocation invocation) throws IllegalArgumentException, org.gatein.pc.api.PortletInvokerException- Specified by:
invokein interfaceorg.gatein.pc.api.PortletInvoker- Overrides:
invokein classPortletInvokerInterceptor- Throws:
IllegalArgumentExceptionorg.gatein.pc.api.PortletInvokerException
-
isActive
public boolean isActive()
- Specified by:
isActivein interfaceorg.gatein.pc.api.PortletInvoker- Overrides:
isActivein classPortletInvokerInterceptor
-
-