Package org.gatein.pc.portlet.aspects
Class ContextDispatcherInterceptor
- java.lang.Object
-
- org.gatein.pc.portlet.PortletInvokerInterceptor
-
- org.gatein.pc.portlet.aspects.ContextDispatcherInterceptor
-
- All Implemented Interfaces:
org.gatein.pc.api.PortletInvoker
public class ContextDispatcherInterceptor extends PortletInvokerInterceptor
This interceptor dispatch the call to the target web application.- Version:
- $Revision: 7226 $
- Author:
- Julien Viet
-
-
Field Summary
Fields Modifier and Type Field Description static StringREQ_ATT_COMPONENT_INVOCATION.
-
Constructor Summary
Constructors Constructor Description ContextDispatcherInterceptor()
-
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)-
Methods inherited from class org.gatein.pc.portlet.PortletInvokerInterceptor
append, createClone, destroyClones, exportPortlet, getNext, getPortlet, getPortlets, getProperties, getProperties, getStatus, importPortlet, isActive, setNext, setProperties
-
-
-
-
Field Detail
-
REQ_ATT_COMPONENT_INVOCATION
public static final String REQ_ATT_COMPONENT_INVOCATION
.- See Also:
- Constant Field Values
-
-
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
-
-