org.jboss.portal.portlet.aspects.portlet
Class LocalInterceptor

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

public class LocalInterceptor
extends PortletInterceptor

An interceptor whose purpose is to detect invocation from the local portal.

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
LocalInterceptor()
           
 
Method Summary
protected  java.lang.Object invoke(PortletInvocation invocation)
           
static boolean isLocal()
           
 
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

LocalInterceptor

public LocalInterceptor()
Method Detail

isLocal

public static boolean isLocal()

invoke

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