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.
|
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 | Interface and Description |
---|---|
interface |
ActionURL
An action URL is created with
MimeResponse.createActionURL() . |
interface |
RenderURL
This is a marker interface for a render URL.
|
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.
|
<T extends PortletURL & RenderURL> |
ResourceResponse.createRenderURL() |
<T extends PortletURL & RenderURL> |
MimeResponse.createRenderURL()
Creates a render 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. |
class |
PortletURLWrapper
The
PortletURLWrapper provides a convenient
implementation of the PortletURL 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. |
Modifier and Type | Method and Description |
---|---|
<T extends PortletURL & ActionURL> |
MimeResponseWrapper.createActionURL() |
<T extends PortletURL & RenderURL> |
MimeResponseWrapper.createRenderURL() |
Modifier and Type | Method and Description |
---|---|
PortletURL |
PortletURLWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletURLWrapper.setWrapped(PortletURL wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
PortletURLWrapper(PortletURL wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.