Uses of Interface
org.jboss.portal.portlet.ContainerURL

Packages that use ContainerURL
org.jboss.portal.portlet   
org.jboss.portal.portlet.controller.impl   
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.impl.spi   
org.jboss.portal.portlet.spi   
 

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.
 



Copyright © 2008. All Rights Reserved.