Class BridgeInterceptor

  • All Implemented Interfaces:
    org.gatein.pc.api.PortletInvoker

    public class BridgeInterceptor
    extends org.gatein.pc.portlet.PortletInvokerInterceptor
    The bridge interceptor set the bridge for the duration of the request made to the portlet.
    Version:
    $Revision: 6549 $
    Author:
    Julien Viet
    • Field Summary

      • Fields inherited from interface org.gatein.pc.api.PortletInvoker

        LOCAL_PORTLET_INVOKER_ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.gatein.pc.api.invocation.response.PortletInvocationResponse invoke​(org.gatein.pc.api.invocation.PortletInvocation invocation)  
      • Methods inherited from class org.gatein.pc.portlet.PortletInvokerInterceptor

        append, createClone, destroyClones, exportPortlet, getNext, getPortlet, getPortlets, getProperties, getProperties, getStatus, importPortlet, isActive, setNext, setProperties
    • Constructor Detail

      • BridgeInterceptor

        public BridgeInterceptor()
    • Method Detail

      • 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 org.gatein.pc.portlet.PortletInvokerInterceptor
        Throws:
        IllegalArgumentException
        org.gatein.pc.api.PortletInvokerException