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
ConstructorsConstructorDescriptionPortletURLGenerationListenerChain(List<javax.portlet.PortletURLGenerationListener> listeners) -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterActionURL(javax.portlet.PortletURL portletURL) voidfilterRenderURL(javax.portlet.PortletURL portletURL) voidfilterResourceURL(javax.portlet.ResourceURL resourceURL)
-
Constructor Details
-
PortletURLGenerationListenerChain
public PortletURLGenerationListenerChain(List<javax.portlet.PortletURLGenerationListener> listeners)
-
-
Method Details
-
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
-