|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 configuration 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 configuration 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |