Class LocalInterceptor

java.lang.Object
org.gatein.pc.portlet.PortletInvokerInterceptor
org.gatein.pc.portlet.aspects.LocalInterceptor
All Implemented Interfaces:
org.gatein.pc.api.PortletInvoker

public class LocalInterceptor extends PortletInvokerInterceptor
An interceptor whose purpose is to detect invocation from the local portal.
Version:
$Revision: 1.1 $
Author:
Julien Viet
  • Constructor Details

    • LocalInterceptor

      public LocalInterceptor()
  • Method Details

    • isLocal

      public static boolean isLocal()
    • 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:
      invoke in interface org.gatein.pc.api.PortletInvoker
      Overrides:
      invoke in class PortletInvokerInterceptor
      Throws:
      IllegalArgumentException
      org.gatein.pc.api.PortletInvokerException