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 | Method and Description |
---|---|
ResourceURL |
ResourceResponse.createResourceURL() |
ResourceURL |
MimeResponse.createResourceURL()
Creates a resource URL targeting the portlet.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletURLGenerationListener.filterResourceURL(ResourceURL resourceURL)
Callback being called by the portlet container
before
toString or write
are executed on resource URLs. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceURLWrapper
The
ResourceURLWrapper provides a convenient
implementation of the ResourceURL interface
that can be subclassed by developers. |
Modifier and Type | Method and Description |
---|---|
ResourceURL |
MimeResponseWrapper.createResourceURL() |
ResourceURL |
ResourceURLWrapper.getWrapped()
Gets the wrapped object.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceURLWrapper.setWrapped(ResourceURL wrapped)
Sets the wrapped object.
|
Constructor and Description |
---|
ResourceURLWrapper(ResourceURL wrapped) |
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.