|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletURLGenerationListener
Portlet applications can register portlet URL listeners in order to filter URLs
before they get generated.
In order to receive a callback from the portlet container before a
portlet URL is generated the portlet application needs to implement this
interface and register it in the deployment descriptor with the
listener
element.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 generated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |