|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URLFormat | |
|---|---|
| org.jboss.portal.portlet.controller.impl | |
| org.jboss.portal.portlet.impl.spi | |
| org.jboss.portal.portlet.spi | |
| Uses of URLFormat in org.jboss.portal.portlet.controller.impl |
|---|
| Methods in org.jboss.portal.portlet.controller.impl with parameters of type URLFormat | |
|---|---|
java.lang.String |
ControllerPortletInvocationContext.renderURL(ContainerURL containerURL,
URLFormat format)
|
java.lang.String |
PortletURLRenderer.renderURL(java.lang.String windowId,
ContainerURL containerURL,
URLFormat format)
|
java.lang.String |
PortletURLRenderer.renderURL(URLFormat format)
|
| Uses of URLFormat in org.jboss.portal.portlet.impl.spi |
|---|
| Methods in org.jboss.portal.portlet.impl.spi with parameters of type URLFormat | |
|---|---|
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 URLFormat in org.jboss.portal.portlet.spi |
|---|
| Methods in org.jboss.portal.portlet.spi with parameters of type URLFormat | |
|---|---|
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 | |||||||||