Class PortletURLGenerationListenerChain

  • All Implemented Interfaces:
    javax.portlet.PortletURLGenerationListener

    public class PortletURLGenerationListenerChain
    extends Object
    implements javax.portlet.PortletURLGenerationListener
    An implementation of the API that chains.
    Version:
    $Revision: 630 $
    Author:
    Julien Viet
    • Constructor Detail

      • PortletURLGenerationListenerChain

        public PortletURLGenerationListenerChain​(List<javax.portlet.PortletURLGenerationListener> listeners)
    • Method Detail

      • filterActionURL

        public void filterActionURL​(javax.portlet.PortletURL portletURL)
        Specified by:
        filterActionURL in interface javax.portlet.PortletURLGenerationListener
      • filterRenderURL

        public void filterRenderURL​(javax.portlet.PortletURL portletURL)
        Specified by:
        filterRenderURL in interface javax.portlet.PortletURLGenerationListener
      • filterResourceURL

        public void filterResourceURL​(javax.portlet.ResourceURL resourceURL)
        Specified by:
        filterResourceURL in interface javax.portlet.PortletURLGenerationListener