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 | 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 |
ResourceRequest
The
ResourceRequest interface represents the request
send to the portlet for rendering resources. |
Modifier and Type | Class and Description |
---|---|
class |
ActionRequestWrapper
The
ActionRequestWrapper provides a convenient
implementation of the ActionRequest interface
that can be subclassed by developers wishing to adapt the request. |
class |
ResourceRequestWrapper
The
ResourceRequestWrapper provides a convenient
implementation of the ResourceRequest interface
that can be subclassed by developers wishing to adapt the request. |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.