Package org.apache.tapestry5.ioc
Interface ServiceBuilder<T>
public interface ServiceBuilder<T>
A callback used to create a service implementation.
-
Method Summary
Modifier and TypeMethodDescriptionbuildService
(ServiceResources resources) Construct the service.
-
Method Details
-
buildService
Construct the service. A non-null object that implements the service interface must be returned.- Parameters:
resources
- used to lookup dependencies or access resources- Returns:
- the core service implementation
-