Uses of Interface
org.apache.pluto.driver.url.PortalURL

Packages that use PortalURL
org.apache.pluto.driver.core   
org.apache.pluto.driver.url   
org.apache.pluto.driver.url.impl   
 

Uses of PortalURL in org.apache.pluto.driver.core
 

Methods in org.apache.pluto.driver.core that return PortalURL
 PortalURL PortalRequestContext.createPortalURL()
           
 PortalURL PortalRequestContext.getRequestedPortalURL()
          Returns the requested portal URL.
 

Methods in org.apache.pluto.driver.core with parameters of type PortalURL
 void PortalRequestContext.setPortalURL(PortalURL portalURL)
           
 

Constructors in org.apache.pluto.driver.core with parameters of type PortalURL
PortletWindowImpl(PortletWindowConfig config, PortalURL portalURL)
          Constructs an instance.
 

Uses of PortalURL in org.apache.pluto.driver.url
 

Methods in org.apache.pluto.driver.url that return PortalURL
 PortalURL PortalURLParser.parse(javax.servlet.http.HttpServletRequest request)
           
 

Methods in org.apache.pluto.driver.url with parameters of type PortalURL
 java.lang.String PortalURLParser.toString(PortalURL portalURL)
           
 

Uses of PortalURL in org.apache.pluto.driver.url.impl
 

Classes in org.apache.pluto.driver.url.impl that implement PortalURL
 class PortalURLImpl
          Deprecated. replaced by RelativePortalURLImpl
 class RelativePortalURLImpl
          The portal URL.
 

Methods in org.apache.pluto.driver.url.impl that return PortalURL
 PortalURL PortalURLParserImpl.parse(javax.servlet.http.HttpServletRequest request)
          Parse a servlet request to a portal URL.
 

Methods in org.apache.pluto.driver.url.impl with parameters of type PortalURL
 java.lang.String PortalURLParserImpl.toString(PortalURL portalURL)
          Converts a portal URL to a URL string.
 



Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.