| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceURL | ResourceResponse. createResourceURL() | 
| ResourceURL | MimeResponse. createResourceURL()Creates a portlet URL targeting the portlet. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PortletURLGenerationListener. filterResourceURL(ResourceURL resourceURL)Callback being called by the portlet container
 before  toStringorwriteare executed on resource URLs. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.