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

Packages that use PortalURLParser
org.apache.pluto.driver.config Provides a single interface for retrieving configuration and instantiating services. 
org.apache.pluto.driver.config.impl   
org.apache.pluto.driver.url.impl   
 

Uses of PortalURLParser in org.apache.pluto.driver.config
 

Methods in org.apache.pluto.driver.config that return PortalURLParser
 PortalURLParser DriverConfiguration.getPortalUrlParser()
           
 

Uses of PortalURLParser in org.apache.pluto.driver.config.impl
 

Methods in org.apache.pluto.driver.config.impl that return PortalURLParser
 PortalURLParser DriverConfigurationImpl.getPortalUrlParser()
           
 

Methods in org.apache.pluto.driver.config.impl with parameters of type PortalURLParser
 void DriverConfigurationImpl.setPortalUrlParser(PortalURLParser portalUrlParser)
           
 

Constructors in org.apache.pluto.driver.config.impl with parameters of type PortalURLParser
DriverConfigurationImpl(PortalURLParser portalUrlParser, PropertyConfigService propertyService, RenderConfigService renderService, SupportedModesService supportedModesService, SupportedWindowStateService supportedWindowStateService, PortalCallbackService portalCallback)
           
 

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

Classes in org.apache.pluto.driver.url.impl that implement PortalURLParser
 class PortalURLParserImpl
           
 

Methods in org.apache.pluto.driver.url.impl that return PortalURLParser
static PortalURLParser PortalURLParserImpl.getParser()
          Returns the singleton parser instance.
 

Constructors in org.apache.pluto.driver.url.impl with parameters of type PortalURLParser
RelativePortalURLImpl(java.lang.String contextPath, java.lang.String servletName, PortalURLParser urlParser)
          Constructs a PortalURLImpl instance using customized port.
 



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