-
Type:
Technical Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.0.0 DXP FP31, 7.0.5 CE GA6, 7.0.X, Master
-
Component/s: None
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Git Pull Request:
Portlet Spec 13.6
Portlets can register portlet URL generation listeners to filter URLs before they are generated using the BaseURL toString, write, or append (3.0 only) methods.
and 13.6.1
The PortletURLGenerationListener interface provides callbacks for each portlet URL type. If the portlet application has specified one or more PortletURLGenerationListener classes in the portlet deployment descriptor, the portlet container must call:
- The filterActionURL method for all action URLs before executing the write, append, or toString method of these action URLs.
- The filterRenderURL method for all render URLs before executing the write, append, or toString method of these render URLs.
- The filterResourceURL method for all resource URLs before executing the write, append, or toString method of these resource URLs.