| 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  | 
ActionRequest
The 
  
ActionRequest represents the request sent to the portlet
 to handle an action.It extends the ClientDataRequest interface and provides action request information to portlets.  | 
interface  | 
ActionResponse
The 
  
ActionResponse interface represents the portlet
 response to an action request. | 
interface  | 
ActionURL
 An action URL is created with  
MimeResponse.createActionURL(). | 
interface  | 
BaseURL
The
  
BaseURL defines the basic capabilities of a portlet URL
 pointing back to the portlet. | 
interface  | 
ClientDataRequest
The
  
ClientDataRequest represents the request information 
 of the HTTP request issued from the client to the portal.It extends the PortletRequest interface.  | 
interface  | 
EventRequest
The  
EventRequest represents the request sent to the portlet
 to handle an event. | 
interface  | 
EventResponse
The 
  
EventResponse interface represents the portlet
 response to an event request. | 
interface  | 
HeaderRequest
 Tag interface designating a header request object. 
 | 
interface  | 
MutableRenderState
 Provides read-write access to the render state. 
 | 
interface  | 
PortletRequest
The
  
PortletRequest defines the base interface to provide client
 request information to a portlet. | 
interface  | 
PortletURL
The 
  
PortletURL interface represents a URL
 that reference the portlet itself. | 
interface  | 
RenderRequest
The  
RenderRequest represents the request sent to the portlet
 to handle a render. | 
interface  | 
RenderURL
 This is a marker interface for a render URL. 
 | 
interface  | 
ResourceRequest
The
  
ResourceRequest interface represents the request
 send to the portlet for rendering resources. | 
interface  | 
ResourceURL
The 
  
ResourceURL defines a resource URL that when clicked will
 result in a serveResource call of the
 ResourceServingPortlet interface. | 
interface  | 
StateAwareResponse
The
  
StateAwareResponse represents a response that can modify
 render state information or send events. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActionRequestWrapper
The 
  
ActionRequestWrapper provides a convenient 
 implementation of the ActionRequest interface 
 that can be subclassed by developers. | 
class  | 
ActionResponseWrapper
The 
  
ActionResponseWrapper provides a convenient 
 implementation of the ActionResponse interface 
 that can be subclassed by developers. | 
class  | 
ActionURLWrapper
 The  
ActionURLWrapper provides a convenient 
 implementation of the ActionURL interface 
 that can be subclassed by developers. | 
class  | 
BaseURLWrapper
 The  
BaseURLWrapper provides a convenient 
 implementation of the BaseURL interface 
 that can be subclassed by developers. | 
class  | 
ClientDataRequestWrapper
 The  
ClientDataRequestWrapper
 provides a convenient implementation of the ClientDataRequest
 interface that can be subclassed by developers. | 
class  | 
EventRequestWrapper
The 
  
EventRequestWrapper provides a convenient 
 implementation of the EventRequest interface 
 that can be subclassed by developers. | 
class  | 
EventResponseWrapper
The 
  
EventResponseWrapper provides a convenient 
 implementation of the EventResponse interface 
 that can be subclassed by developers. | 
class  | 
HeaderRequestWrapper
 The  
HeaderRequestWrapper provides a convenient 
 implementation of the HeaderRequest interface 
 that can be subclassed by developers. | 
class  | 
MutableRenderStateWrapper
 The  
MutableRenderStateWrapper provides a convenient 
 implementation of the MutableRenderState interface 
 that can be subclassed by developers. | 
class  | 
PortletRequestWrapper
The 
  
PortletRequestWrapper provides a convenient 
 implementation of the PortletRequest interface 
 and is extended by other request wrappers. | 
class  | 
PortletURLWrapper
 The  
PortletURLWrapper provides a convenient 
 implementation of the PortletURL interface 
 that can be subclassed by developers. | 
class  | 
RenderRequestWrapper
The 
  
RenderRequestWrapper provides a convenient 
 implementation of the RenderRequest interface 
 that can be subclassed by developers. | 
class  | 
RenderStateWrapper
 The  
RenderStateWrapper provides a convenient 
 implementation of the RenderState interface 
 that can be subclassed by developers. | 
class  | 
RenderURLWrapper
 The  
RenderURLWrapper provides a convenient 
 implementation of the RenderURL interface 
 that can be subclassed by developers. | 
class  | 
ResourceRequestWrapper
The  
  
ResourceRequestWrapper provides a convenient 
 implementation of the ResourceRequest interface 
 that can be subclassed by developers. | 
class  | 
ResourceURLWrapper
 The  
ResourceURLWrapper provides a convenient 
 implementation of the ResourceURL interface 
 that can be subclassed by developers. | 
class  | 
StateAwareResponseWrapper
 The  
StateAwareResponseWrapper provides a convenient 
 implementation of the StateAwareResponse interface 
 that can be subclassed by developers. | 
| Modifier and Type | Field and Description | 
|---|---|
protected RenderState | 
RenderStateWrapper.wrapped  | 
| Modifier and Type | Method and Description | 
|---|---|
RenderState | 
RenderStateWrapper.getWrapped()
Gets the wrapped object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RenderStateWrapper.setWrapped(RenderState wrapped)
Sets the wrapped object. 
 | 
| Constructor and Description | 
|---|
RenderStateWrapper(RenderState wrapped)  | 
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.