Class PortletCustomizationInterceptor

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

    public class PortletCustomizationInterceptor
    extends PortletInvokerInterceptor

    This interceptor takes in charge the management of portlet customization when the invocation carries an read only access mode. The customizations will be stored in the principal scope of the portlet invocation for security reasons.

    This interceptor must not be used in a production environment.

    Version:
    $Revision: 630 $
    Author:
    Julien Viet
    • Constructor Detail

      • PortletCustomizationInterceptor

        public PortletCustomizationInterceptor()
    • 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 PortletInvokerInterceptor
        Throws:
        IllegalArgumentException
        org.gatein.pc.api.PortletInvokerException