| Package | Description | 
|---|---|
| javax.portlet | 
 The javax.portlet package defines the API 
 for the Java Portlet Specification V3.0. 
 | 
| javax.portlet.filter | 
 The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
PortletURLGenerationListener<T extends PortletURL & RenderURL,U extends PortletURL & ActionURL>
Portlet
 applications can register portlet URL listeners in order to filter URLs 
 before they get generated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends PortletURL & RenderURL>  | 
ResourceResponse.createRenderURL()  | 
<T extends PortletURL & RenderURL>  | 
MimeResponse.createRenderURL()
 Creates a render URL targeting the portlet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RenderURL | 
ActionResponse.createRedirectURL(MimeResponse.Copy option)
 Returns a render URL containing render parameters according to the
 MimeResponse.Copy argument. 
 | 
RenderURL | 
ResourceResponse.createRenderURL(MimeResponse.Copy option)  | 
RenderURL | 
MimeResponse.createRenderURL(MimeResponse.Copy option)
 Creates a render URL targeting the portlet. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RenderURLWrapper
 The  
RenderURLWrapper provides a convenient 
 implementation of the RenderURL interface 
 that can be subclassed by developers. | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends PortletURL & RenderURL>  | 
MimeResponseWrapper.createRenderURL()
The default behavior of this method is to call
  
createRenderURL() on the wrapped response object. | 
| Modifier and Type | Method and Description | 
|---|---|
RenderURL | 
ActionResponseWrapper.createRedirectURL(MimeResponse.Copy option)
call wrapped object. 
 | 
RenderURL | 
MimeResponseWrapper.createRenderURL(MimeResponse.Copy option)
The default behavior of this method is to
 call  
createRenderURL(ParameterCopyOption) on the wrapped
 response object. | 
RenderURL | 
RenderURLWrapper.getWrapped()
Gets the wrapped object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RenderURLWrapper.setWrapped(RenderURL wrapped)
Sets the wrapped object. 
 | 
| Constructor and Description | 
|---|
RenderURLWrapper(RenderURL wrapped)  | 
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.