|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortletURL | |
---|---|
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. |
org.apache.pluto.internal.impl | |
org.apache.pluto.tags | |
org.apache.pluto.wrappers |
Uses of PortletURL in javax.portlet |
---|
Methods in javax.portlet that return PortletURL | |
---|---|
PortletURL |
MimeResponse.createActionURL()
Creates a portlet URL targeting the portlet. |
PortletURL |
ResourceResponse.createActionURL()
|
PortletURL |
MimeResponse.createRenderURL()
Creates a portlet URL targeting the portlet. |
PortletURL |
ResourceResponse.createRenderURL()
|
Methods in javax.portlet with parameters of type PortletURL | |
---|---|
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. |
Uses of PortletURL in javax.portlet.filter |
---|
Methods in javax.portlet.filter that return PortletURL | |
---|---|
PortletURL |
RenderResponseWrapper.createActionURL()
The default behavior of this method is to call createActionURL() on the wrapped response object. |
PortletURL |
ResourceResponseWrapper.createActionURL()
The default behavior of this method is to call createActionURL() on the wrapped response object. |
PortletURL |
RenderResponseWrapper.createRenderURL()
The default behavior of this method is to call createRenderURL() on the wrapped response object. |
PortletURL |
ResourceResponseWrapper.createRenderURL()
The default behavior of this method is to call createRenderURL() on the wrapped response object. |
Uses of PortletURL in org.apache.pluto.internal.impl |
---|
Classes in org.apache.pluto.internal.impl that implement PortletURL | |
---|---|
class |
PortletURLImpl
Refactoring where functionality was pushed into JSR-286 BaseURL . |
Methods in org.apache.pluto.internal.impl that return PortletURL | |
---|---|
PortletURL |
PortletResponseImpl.createActionURL()
|
PortletURL |
PortletResponseImpl.createRenderURL()
|
Uses of PortletURL in org.apache.pluto.tags |
---|
Fields in org.apache.pluto.tags declared as PortletURL | |
---|---|
protected PortletURL |
PortletURLTag.url
|
Methods in org.apache.pluto.tags that return PortletURL | |
---|---|
protected abstract PortletURL |
PortletURLTag.createPortletUrl(PortletResponse portletResponse)
Creates an actionURL or a renderURL |
protected PortletURL |
ActionURLTag.createPortletUrl(PortletResponse portletResponse)
Creates an action PortletURL |
protected PortletURL |
RenderURLTag.createPortletUrl(PortletResponse portletResponse)
Creates a render PortletURL |
PortletURL |
PortletURLTag.getUrl()
Returns the url property. |
Methods in org.apache.pluto.tags with parameters of type PortletURL | |
---|---|
void |
PortletURLTag.setUrl(PortletURL url)
Sets the url property. |
Uses of PortletURL in org.apache.pluto.wrappers |
---|
Methods in org.apache.pluto.wrappers that return PortletURL | |
---|---|
PortletURL |
RenderResponseWrapper.createActionURL()
|
PortletURL |
PortletResponseWrapper.createActionURL()
|
PortletURL |
RenderResponseWrapper.createRenderURL()
|
PortletURL |
PortletResponseWrapper.createRenderURL()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |