|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContainerURL in org.jboss.portal.portlet |
|---|
| Subinterfaces of ContainerURL in org.jboss.portal.portlet | |
|---|---|
interface |
ActionURL
|
interface |
PortletURL
|
interface |
RenderURL
|
interface |
ResourceURL
|
| Uses of ContainerURL in org.jboss.portal.portlet.controller.impl |
|---|
| Methods in org.jboss.portal.portlet.controller.impl with parameters of type ContainerURL | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
ControllerRequestParameterMapFactory.encode(PortletPageNavigationalState pageNS,
java.lang.String windowId,
ContainerURL containerURL)
|
java.lang.String |
ControllerPortletInvocationContext.renderURL(ContainerURL containerURL,
URLFormat format)
|
java.lang.String |
PortletURLRenderer.renderURL(java.lang.String windowId,
ContainerURL containerURL,
URLFormat format)
|
| Uses of ContainerURL in org.jboss.portal.portlet.impl.jsr168.api |
|---|
| Classes in org.jboss.portal.portlet.impl.jsr168.api that implement ContainerURL | |
|---|---|
protected static class |
BaseURLImpl.InternalContainerURL
|
| Uses of ContainerURL in org.jboss.portal.portlet.impl.spi |
|---|
| Methods in org.jboss.portal.portlet.impl.spi with parameters of type ContainerURL | |
|---|---|
void |
AbstractPortletInvocationContext.renderURL(java.io.Writer writer,
ContainerURL containerURL,
URLFormat format)
Delegates the URL rendition to the method PortletInvocationContext.renderURL(org.jboss.portal.portlet.ContainerURL,org.jboss.portal.portlet.URLFormat)
and then invoke the Writer.write(String) method with the returned result. |
| Uses of ContainerURL in org.jboss.portal.portlet.spi |
|---|
| Methods in org.jboss.portal.portlet.spi with parameters of type ContainerURL | |
|---|---|
java.lang.String |
PortletInvocationContext.renderURL(ContainerURL containerURL,
URLFormat format)
Renders a container URL. |
void |
PortletInvocationContext.renderURL(java.io.Writer writer,
ContainerURL containerURL,
URLFormat format)
Renders a container URL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||