Uses of Interface
org.apache.turbine.services.ServiceManager
-
Packages that use ServiceManager Package Description org.apache.turbine.services Contains the Service framework for Turbine. -
-
Uses of ServiceManager in org.apache.turbine.services
Classes in org.apache.turbine.services that implement ServiceManager Modifier and Type Class Description classTurbineServicesThis is a singleton utility class that acts as a Services broker.Methods in org.apache.turbine.services that return ServiceManager Modifier and Type Method Description static ServiceManagerTurbineServices. getInstance()The method through which this class is accessed as a broker.Methods in org.apache.turbine.services with parameters of type ServiceManager Modifier and Type Method Description static voidTurbineServices. setManager(ServiceManager manager)The method through which to change the default manager.
-