Uses of Interface
org.apache.tapestry5.ioc.ServiceBuilder
-
Packages that use ServiceBuilder Package Description org.apache.tapestry5.ioc A code-centric, high-performance, simple Inversion of Control containerorg.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change. -
-
Uses of ServiceBuilder in org.apache.tapestry5.ioc
Methods in org.apache.tapestry5.ioc with parameters of type ServiceBuilder Modifier and Type Method Description <T> ServiceBindingOptions
ServiceBinder. bind(Class<T> serviceInterface, ServiceBuilder<T> builder)
Alternative implementation that supports a callback to build the service, rather than instantiating a particular class. -
Uses of ServiceBuilder in org.apache.tapestry5.ioc.internal
Methods in org.apache.tapestry5.ioc.internal with parameters of type ServiceBuilder Modifier and Type Method Description <T> ServiceBindingOptions
ServiceBinderImpl. bind(Class<T> serviceInterface, ServiceBuilder<T> builder)
-