public interface PortletURLGenerationListener<T extends PortletURL & RenderURL,U extends PortletURL & ActionURL>
listener
element.Modifier and Type | Method and Description |
---|---|
void |
filterActionURL(U actionURL)
Callback being called by the portlet container
before
toString or write
are executed on action URLs. |
void |
filterRenderURL(T 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(U actionURL)
toString
or write
are executed on action URLs.actionURL
- action URL to be generatedvoid filterRenderURL(T 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 generatedJava Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.