Package | Description |
---|---|
org.apache.tapestry5.ioc |
A code-centric, high-performance, simple Inversion of Control container
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
<T> ServiceBindingOptions |
ServiceBinderImpl.bind(Class<T> serviceInterface,
ServiceBuilder<T> builder) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.