|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseURL | |
---|---|
javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. |
org.apache.pluto.driver.services.container | |
org.apache.pluto.internal.impl | |
org.apache.pluto.spi | |
org.apache.pluto.tags |
Uses of BaseURL in javax.portlet |
---|
Subinterfaces of BaseURL in javax.portlet | |
---|---|
interface |
PortletURL
The PortletURL interface represents a URL
that reference the portlet itself. |
interface |
ResourceURL
The ResourceURL defines a resource URL that when clicked will
result in a serveResource call of the
ResourceServingPortlet interface. |
Uses of BaseURL in org.apache.pluto.driver.services.container |
---|
Methods in org.apache.pluto.driver.services.container with parameters of type BaseURL | |
---|---|
void |
PortletURLListenerImpl.callListener(InternalPortletWindow internalPortletWindow,
BaseURL baseURL,
boolean isAction,
boolean isResource)
|
Uses of BaseURL in org.apache.pluto.internal.impl |
---|
Classes in org.apache.pluto.internal.impl that implement BaseURL | |
---|---|
class |
BaseURLImpl
Implementation of JSR-286 BaseURL , which includes a refactoring
of PortletURLImpl . |
class |
PortletURLImpl
Refactoring where functionality was pushed into JSR-286 BaseURL . |
class |
ResourceURLImpl
Implementation of JSR-286 ResourceURL . |
Uses of BaseURL in org.apache.pluto.spi |
---|
Methods in org.apache.pluto.spi with parameters of type BaseURL | |
---|---|
void |
PortletURLListener.callListener(InternalPortletWindow internalPortletWindow,
BaseURL baseURL,
boolean isAction,
boolean isResource)
|
Uses of BaseURL in org.apache.pluto.tags |
---|
Methods in org.apache.pluto.tags with parameters of type BaseURL | |
---|---|
protected void |
BaseURLTag.setUrlParameters(BaseURL url)
Copies the parameters from map to the BaseURL. |
protected void |
BaseURLTag.setUrlProperties(BaseURL url)
Copies the properties from map to the BaseURL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |