Uses of Interface
org.apache.turbine.services.resources.ResourceService

Packages that use ResourceService
org.apache.turbine.services Contains the Service framework for Turbine. 
org.apache.turbine.services.logging   
org.apache.turbine.services.resources   
 

Uses of ResourceService in org.apache.turbine.services
 

Methods in org.apache.turbine.services that return ResourceService
 ResourceService TurbineServices.getResources(java.lang.String name)
          Returns the configuration resources of a specific service.
 

Uses of ResourceService in org.apache.turbine.services.logging
 

Fields in org.apache.turbine.services.logging declared as ResourceService
private  ResourceService TurbineLoggingService.resources
          Resources for this Service
private  ResourceService PropertiesLoggingConfig.props
           
 

Methods in org.apache.turbine.services.logging that return ResourceService
 ResourceService TurbineLoggingService.getResources()
          This gets the ResourceService associated to this Service
 

Uses of ResourceService in org.apache.turbine.services.resources
 

Classes in org.apache.turbine.services.resources that implement ResourceService
 class TurbineResourceService
          This implementation of the resourcesService relies on an external properties file for storing the configuration keys and values.
 

Methods in org.apache.turbine.services.resources that return ResourceService
 ResourceService ResourceService.getResources(java.lang.String prefix)
          The purpose of this method is to extract a subset of configuraton resources sharing a common name prefix.
protected static ResourceService TurbineResources.getService()
          Utility method for accessing the service implementation
static ResourceService TurbineResources.getResources(java.lang.String prefix)
          The purpose of this method is to extract a subset of configuraton resources sharing a common name prefix.
 ResourceService TurbineResourceService.getResources(java.lang.String prefix)
          The purpose of this method is to extract a subset of configuraton resources sharing a common name prefix.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.