Uses of Interface
javax.portlet.ResourceURL

Packages that use ResourceURL
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
 ResourceURL ResourceResponse.createResourceURL()
           
 ResourceURL MimeResponse.createResourceURL()
          Creates a portlet URL targeting the portlet.
 

Methods in javax.portlet with parameters of type ResourceURL
 void PortletURLGenerationListener.filterResourceURL(ResourceURL resourceURL)
          Callback being called by the portlet container before toString or write are executed on resource URLs.
 

Uses of ResourceURL in javax.portlet.filter
 

Methods in javax.portlet.filter that return ResourceURL
 ResourceURL ResourceResponseWrapper.createResourceURL()
          The default behavior of this method is to call createResourceURL() on the wrapped response object.
 ResourceURL RenderResponseWrapper.createResourceURL()
          The default behavior of this method is to call createResourceURL() on the wrapped response object.