org.jboss.portal.bridge
Class BridgeInterceptor

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

public class BridgeInterceptor
extends java.lang.Object
implements Interceptor

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


Constructor Summary
BridgeInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation invocation)
          Perform the invocation.
 
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

public java.lang.Object invoke(Invocation invocation)
Description copied from interface: Interceptor
Perform the invocation.

Specified by:
invoke in interface Interceptor
Returns:
the returned object