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 & ActionURL> |
ResourceResponse.createActionURL() |
<T extends PortletURL & ActionURL> |
MimeResponse.createActionURL()
Creates an action URL targeting the portlet.
|
Modifier and Type | Method and Description |
---|---|
ActionURL |
ResourceResponse.createActionURL(MimeResponse.Copy option) |
ActionURL |
MimeResponse.createActionURL(MimeResponse.Copy option)
Creates an action URL targeting the portlet.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionURLWrapper
The
ActionURLWrapper provides a convenient
implementation of the ActionURL interface
that can be subclassed by developers. |
Modifier and Type | Method and Description |
---|---|
<T extends PortletURL & ActionURL> |
MimeResponseWrapper.createActionURL() |
Modifier and Type | Method and Description |
---|---|
ActionURL |
MimeResponseWrapper.createActionURL(MimeResponse.Copy option) |
ActionURL |
ActionURLWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionURLWrapper.setWrapped(ActionURL wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
ActionURLWrapper(ActionURL wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.