Uses of Interface
javax.portlet.PortletURL
-
Packages that use PortletURL Package Description javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0.javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. -
-
Uses of PortletURL in javax.portlet
Methods in javax.portlet that return PortletURL Modifier and Type Method Description PortletURL
MimeResponse. createActionURL()
Creates a portlet URL targeting the portlet.PortletURL
ResourceResponse. createActionURL()
PortletURL
MimeResponse. createRenderURL()
Creates a portlet URL targeting the portlet.PortletURL
ResourceResponse. createRenderURL()
Methods in javax.portlet with parameters of type PortletURL Modifier and Type Method Description void
PortletURLGenerationListener. filterActionURL(PortletURL actionURL)
Callback being called by the portlet container beforetoString
orwrite
are executed on action URLs.void
PortletURLGenerationListener. filterRenderURL(PortletURL renderURL)
Callback being called by the portlet container beforetoString
orwrite
are executed on render URLs. -
Uses of PortletURL in javax.portlet.filter
Methods in javax.portlet.filter that return PortletURL Modifier and Type Method Description PortletURL
RenderResponseWrapper. createActionURL()
The default behavior of this method is to callcreateActionURL()
on the wrapped response object.PortletURL
ResourceResponseWrapper. createActionURL()
The default behavior of this method is to callcreateActionURL()
on the wrapped response object.PortletURL
RenderResponseWrapper. createRenderURL()
The default behavior of this method is to callcreateRenderURL()
on the wrapped response object.PortletURL
ResourceResponseWrapper. createRenderURL()
The default behavior of this method is to callcreateRenderURL()
on the wrapped response object.
-