public abstract class AbstractConfigurableSingleStrategy<S,P> extends AbstractConfigurableStrategySupport<S,P>
| Constructor and Description |
|---|
AbstractConfigurableSingleStrategy() |
| Modifier and Type | Method and Description |
|---|---|
S |
getConfiguredStrategy()
The returned object will be injected (if injector is available) and will be cached, meaning that only the first
invocation of this method will instantiate a fresh strategy and any subsequent invocation will return the same
object.
|
protected abstract S |
getDefaultStrategy() |
copyAll, getAvailableAliases, getAvailableStrategies, getConfiguredValue, getProviderClass, getProviderFinder, getStrategies, getStrategyForAlias, getStrategyKey, newProperties, overrideDefaultStrategyMap, setPropertiespublic final S getConfiguredStrategy()
protected abstract S getDefaultStrategy()
Copyright © 2008-2014. All Rights Reserved.