public final class GlobalBeanDefinitionUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_ID_RESOLVER_BEAN_NAME |
| Modifier and Type | Method and Description |
|---|---|
static String |
retrieveResourceIdResolverBeanName(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
Returns the name of the resource id resolver bean.
|
public static final String RESOURCE_ID_RESOLVER_BEAN_NAME
public static String retrieveResourceIdResolverBeanName(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
ResourceIdResolver has not yet been registered with the provided bean definition
registry, it is automatically registered.registry - the bean definition registry to check for an existing resource id resolver bean definition, and to register the
resource id resolver bean definition with, if neededCopyright © 2016 Pivotal Software, Inc.. All rights reserved.