Uses of Interface
org.apache.tapestry5.ioc.ServiceBuilder
Packages that use ServiceBuilder
Package
Description
A code-centric, high-performance, simple Inversion of Control container
[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 ServiceBuilderModifier and TypeMethodDescriptionServiceBinder.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 ServiceBuilderModifier and TypeMethodDescriptionServiceBinderImpl.bind
(Class<T> serviceInterface, ServiceBuilder<T> builder)