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 | Method and Description |
---|---|
PortletURL |
ResourceResponse.createActionURL() |
PortletURL |
MimeResponse.createActionURL()
Creates a portlet URL targeting the portlet.
|
PortletURL |
ResourceResponse.createRenderURL() |
PortletURL |
MimeResponse.createRenderURL()
Creates a portlet URL targeting the portlet.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletURLGenerationListener.filterActionURL(PortletURL actionURL)
Callback being called by the portlet container
before
toString or write
are executed on action URLs. |
void |
PortletURLGenerationListener.filterRenderURL(PortletURL renderURL)
Callback being called by the portlet container
before
toString or write
are executed on render URLs. |
Modifier and Type | Method and Description |
---|---|
PortletURL |
ResourceResponseWrapper.createActionURL()
The default behavior of this method is to call
createActionURL() on the wrapped response object. |
PortletURL |
RenderResponseWrapper.createActionURL()
The default behavior of this method is to call
createActionURL() on the wrapped response object. |
PortletURL |
ResourceResponseWrapper.createRenderURL()
The default behavior of this method is to call
createRenderURL() on the wrapped response object. |
PortletURL |
RenderResponseWrapper.createRenderURL()
The default behavior of this method is to call
createRenderURL() on the wrapped response object. |
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.