public interface PortletURLGenerationListener
listener element.| Modifier and Type | Method and Description |
|---|---|
void |
filterActionURL(PortletURL actionURL)
Callback being called by the portlet container
before
toString or write
are executed on action URLs. |
void |
filterRenderURL(PortletURL renderURL)
Callback being called by the portlet container
before
toString or write
are executed on render URLs. |
void |
filterResourceURL(ResourceURL resourceURL)
Callback being called by the portlet container
before
toString or write
are executed on resource URLs. |
void filterActionURL(PortletURL actionURL)
toString or write
are executed on action URLs.actionURL - action URL to be generatedvoid filterRenderURL(PortletURL renderURL)
toString or write
are executed on render URLs.renderURL - render URL to be generatedvoid filterResourceURL(ResourceURL resourceURL)
toString or write
are executed on resource URLs.resourceURL - resource URL to be generatedCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.