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 ResourceURLMimeResponse. createResourceURL()Creates a portlet URL targeting the portlet.ResourceURLResourceResponse. createResourceURL()Methods in javax.portlet with parameters of type ResourceURL Modifier and Type Method Description voidPortletURLGenerationListener. filterResourceURL(ResourceURL resourceURL)Callback being called by the portlet container beforetoStringorwriteare executed on resource URLs. -
Uses of ResourceURL in javax.portlet.filter
Methods in javax.portlet.filter that return ResourceURL Modifier and Type Method Description ResourceURLRenderResponseWrapper. createResourceURL()The default behavior of this method is to callcreateResourceURL()on the wrapped response object.ResourceURLResourceResponseWrapper. createResourceURL()The default behavior of this method is to callcreateResourceURL()on the wrapped response object.
-