Uses of Interface
org.apache.pluto.driver.services.portal.RenderConfigService

Packages that use RenderConfigService
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.services.impl.resource Service implementations which utilizing context resources to perform their work. 
 

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

Methods in org.apache.pluto.driver.config that return RenderConfigService
 RenderConfigService DriverConfiguration.getRenderConfigService()
           
 

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

Methods in org.apache.pluto.driver.config.impl that return RenderConfigService
 RenderConfigService DriverConfigurationImpl.getRenderConfigService()
           
 

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

Uses of RenderConfigService in org.apache.pluto.driver.services.impl.resource
 

Classes in org.apache.pluto.driver.services.impl.resource that implement RenderConfigService
 class RenderConfigServiceImpl
          Default implementation of all of the portal Services.
 



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