org.jboss.portal.portlet.bridge
Class BridgeInterceptor

java.lang.Object
  extended by org.jboss.portal.portlet.invocation.PortletInterceptor
      extended by org.jboss.portal.portlet.bridge.BridgeInterceptor
All Implemented Interfaces:
Interceptor

public class BridgeInterceptor
extends PortletInterceptor

The bridge interceptor set the bridge for the duration of the request made to the portlet.

Version:
$Revision: 6549 $
Author:
Julien Viet

Constructor Summary
BridgeInterceptor()
           
 
Method Summary
protected  java.lang.Object invoke(PortletInvocation invocation)
           
 
Methods inherited from class org.jboss.portal.portlet.invocation.PortletInterceptor
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeInterceptor

public BridgeInterceptor()
Method Detail

invoke

protected java.lang.Object invoke(PortletInvocation invocation)
                           throws java.lang.Exception
Specified by:
invoke in class PortletInterceptor
Throws:
java.lang.Exception