Uses of Interface
javax.portlet.ResourceURL
-
Packages that use ResourceURL 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 ResourceURL in javax.portlet
Methods in javax.portlet that return ResourceURL Modifier and Type Method Description ResourceURL
MimeResponse. createResourceURL()
Creates a portlet URL targeting the portlet.ResourceURL
ResourceResponse. createResourceURL()
Methods in javax.portlet with parameters of type ResourceURL Modifier and Type Method Description void
PortletURLGenerationListener. filterResourceURL(ResourceURL resourceURL)
Callback being called by the portlet container beforetoString
orwrite
are executed on resource URLs. -
Uses of ResourceURL in javax.portlet.filter
Methods in javax.portlet.filter that return ResourceURL Modifier and Type Method Description ResourceURL
RenderResponseWrapper. createResourceURL()
The default behavior of this method is to callcreateResourceURL()
on the wrapped response object.ResourceURL
ResourceResponseWrapper. createResourceURL()
The default behavior of this method is to callcreateResourceURL()
on the wrapped response object.
-