Class PortletURLGenerationListenerChain

java.lang.Object
org.gatein.pc.portlet.impl.jsr168.api.PortletURLGenerationListenerChain
All Implemented Interfaces:
javax.portlet.PortletURLGenerationListener

public class PortletURLGenerationListenerChain extends Object implements javax.portlet.PortletURLGenerationListener
An implementation of the API that chains.
  • Constructor Details

    • PortletURLGenerationListenerChain

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

    • 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