Package org.gatein.pc.bridge
Class BridgeInterceptor
- java.lang.Object
-
- org.gatein.pc.portlet.PortletInvokerInterceptor
-
- org.gatein.pc.bridge.BridgeInterceptor
-
- All Implemented Interfaces:
org.gatein.pc.api.PortletInvoker
public class BridgeInterceptor extends org.gatein.pc.portlet.PortletInvokerInterceptorThe bridge interceptor set the bridge for the duration of the request made to the portlet.- Version:
- $Revision: 6549 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description BridgeInterceptor()
-
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)
-
-
-
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 classorg.gatein.pc.portlet.PortletInvokerInterceptor- Throws:
IllegalArgumentExceptionorg.gatein.pc.api.PortletInvokerException
-
-