@Service public class PlaceholderVariableResolverRegistrar extends Object
PlaceholderVariableResolver
in the ConfigurableListableBeanFactory. Registers a
PlaceholderVariableResolverWrapper for each detected resolver to dispatch placeholder resolution
in the application context to the resolver instances. This allows users to simply implement
the PlaceholderVariableResolver and not tie their implementation to the spring context.| Constructor and Description |
|---|
PlaceholderVariableResolverRegistrar() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerResolvers(org.osgi.framework.BundleContext bundleContext,
org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
Copyright © 2014–2015. All rights reserved.