| 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  | 
HeaderResponse
 The portlet programming interface provides a mechanism to assist portlets when 
 the aggregated portal markup is an HTML or similar document that requires markup
 for the document  
HEAD section to be written and HTTP headers to be 
 set before the render markup for each individual portlet is aggregated. | 
interface  | 
RenderResponse
The
  
RenderResponse defines an object to assist a portlet in
 sending a response to the portal. | 
interface  | 
ResourceResponse
The  
  
ResourceResponse defines an object to assist a portlet 
 for rendering a resource. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HeaderResponseWrapper
 The  
HeaderResponseWrapper
 provides a convenient implementation of the HeaderResponse
 interface that can be subclassed by developers. | 
class  | 
MimeResponseWrapper
 The  
MimeResponseWrapper provides
 a convenient implementation of the MimeResponse interface that
 can be subclassed by developers. | 
class  | 
RenderResponseWrapper
The  
RenderResponseWrapper provides a convenient 
 implementation of the RenderResponse interface 
 that can be subclassed by developers. | 
class  | 
ResourceResponseWrapper
The  
  
ResourceResponseWrapper provides a convenient 
 implementation of the ResourceResponse interface 
 that can be subclassed by developers. | 
| Modifier and Type | Method and Description | 
|---|---|
MimeResponse | 
MimeResponseWrapper.getResponse()
Return the wrapped response object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MimeResponseWrapper.setResponse(MimeResponse response)
Sets the response object being wrapped. 
 | 
| Constructor and Description | 
|---|
MimeResponseWrapper(MimeResponse response)  | 
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.