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.- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description PortletURLGenerationListenerChain(List<javax.portlet.PortletURLGenerationListener> listeners)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilterActionURL(javax.portlet.PortletURL portletURL)voidfilterRenderURL(javax.portlet.PortletURL portletURL)voidfilterResourceURL(javax.portlet.ResourceURL resourceURL)
-
-
-
Constructor Detail
-
PortletURLGenerationListenerChain
public PortletURLGenerationListenerChain(List<javax.portlet.PortletURLGenerationListener> listeners)
-
-
Method Detail
-
filterActionURL
public void filterActionURL(javax.portlet.PortletURL portletURL)
- Specified by:
filterActionURLin interfacejavax.portlet.PortletURLGenerationListener
-
filterRenderURL
public void filterRenderURL(javax.portlet.PortletURL portletURL)
- Specified by:
filterRenderURLin interfacejavax.portlet.PortletURLGenerationListener
-
filterResourceURL
public void filterResourceURL(javax.portlet.ResourceURL resourceURL)
- Specified by:
filterResourceURLin interfacejavax.portlet.PortletURLGenerationListener
-
-