Class 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 Detail

      • LocalInterceptor

        public LocalInterceptor()
    • Method Detail

      • 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