|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrategyRegistry | |
---|---|
org.apache.tapestry5.ioc.internal.services | [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. |
org.apache.tapestry5.ioc.services | Tapestry IOC service interfaces |
org.apache.tapestry5.ioc.util | Utility classes supporting Tapestry IOC services |
Uses of StrategyRegistry in org.apache.tapestry5.ioc.internal.services |
---|
Methods in org.apache.tapestry5.ioc.internal.services with parameters of type StrategyRegistry | ||
---|---|---|
|
StrategyBuilderImpl.build(StrategyRegistry<S> registry)
|
Uses of StrategyRegistry in org.apache.tapestry5.ioc.services |
---|
Methods in org.apache.tapestry5.ioc.services with parameters of type StrategyRegistry | ||
---|---|---|
|
StrategyBuilder.build(StrategyRegistry<S> registry)
Given a number of adapters implementing the service interface, builds a "dispatcher" implementations that delegates to the one of the adapters. |
Uses of StrategyRegistry in org.apache.tapestry5.ioc.util |
---|
Methods in org.apache.tapestry5.ioc.util that return StrategyRegistry | ||
---|---|---|
static
|
StrategyRegistry.newInstance(Class<A> adapterType,
Map<Class,A> registrations)
Creates a strategy registry for the given adapter type. |
|
static
|
StrategyRegistry.newInstance(Class<A> adapterType,
Map<Class,A> registrations,
boolean allowNonMatch)
Creates a strategy registry for the given adapter type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |