Class ServiceResourcesImpl

java.lang.Object
org.apache.tapestry5.ioc.internal.ObjectLocatorImpl
org.apache.tapestry5.ioc.internal.ServiceResourcesImpl
All Implemented Interfaces:
ObjectLocator, AnnotationAccess, ModuleBuilderSource, ServiceBuilderResources, ServiceResources

Implementation of ServiceBuilderResources. We just have one implementation that fills the purposes of methods that need a ServiceResources (which includes service decorator methods) as well as methods that need a ServiceBuilderResources (which is just service builder methods). Since it is most commonly used for the former, we'll just leave the name as ServiceResourcesImpl.