|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceURL | |
---|---|
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 ResourceURL in javax.portlet |
---|
Methods in javax.portlet that return ResourceURL | |
---|---|
ResourceURL |
MimeResponse.createResourceURL()
Creates a portlet URL targeting the portlet. |
ResourceURL |
ResourceResponse.createResourceURL()
|
Methods in javax.portlet with parameters of type ResourceURL | |
---|---|
void |
PortletURLGenerationListener.filterResourceURL(ResourceURL resourceURL)
Callback being called by the portlet container before toString or write
are executed on resource URLs. |
Uses of ResourceURL in javax.portlet.filter |
---|
Methods in javax.portlet.filter that return ResourceURL | |
---|---|
ResourceURL |
ResourceResponseWrapper.createResourceURL()
The default behavior of this method is to call createResourceURL() on the wrapped response object. |
ResourceURL |
RenderResponseWrapper.createResourceURL()
The default behavior of this method is to call createResourceURL() on the wrapped response object. |
Uses of ResourceURL in org.apache.pluto.internal.impl |
---|
Classes in org.apache.pluto.internal.impl that implement ResourceURL | |
---|---|
class |
ResourceURLImpl
Implementation of JSR-286 ResourceURL . |
Methods in org.apache.pluto.internal.impl that return ResourceURL | |
---|---|
ResourceURL |
PortletResponseImpl.createResourceURL()
|
ResourceURL |
PortletResponseImpl.createResourceURL(boolean markupContainsPortletURLs)
|
Uses of ResourceURL in org.apache.pluto.tags |
---|
Methods in org.apache.pluto.tags that return ResourceURL | |
---|---|
ResourceURL |
ResourceURLTag.getUrl()
Gets the url property. |
Methods in org.apache.pluto.tags with parameters of type ResourceURL | |
---|---|
void |
ResourceURLTag.setUrl(ResourceURL url)
Sets the url porperty. |
Uses of ResourceURL in org.apache.pluto.wrappers |
---|
Methods in org.apache.pluto.wrappers that return ResourceURL | |
---|---|
ResourceURL |
PortletResponseWrapper.createResourceURL()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |