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

Packages that use PropertyConfigService
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 PropertyConfigService in org.apache.pluto.driver.config.impl
 

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

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

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

Fields in org.apache.pluto.driver.services.impl.resource declared as PropertyConfigService
protected  PropertyConfigService SupportedWindowStateServiceImpl.propertyService
          PropertyConfigService is injected by Spring.
 

Constructors in org.apache.pluto.driver.services.impl.resource with parameters of type PropertyConfigService
SupportedModesServiceImpl(PropertyConfigService propertyService)
          Constructs a SupportedModesService with its dependencies.
SupportedWindowStateServiceImpl(PropertyConfigService propertyService)
           
 



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