public interface ConfigurationUtils
| Modifier and Type | Method and Description |
|---|---|
static String |
getRequiredBeanClassName(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
Returns the bean class name of the given
BeanDefinition. |
static ClassLoader |
getRequiredClassLoader(org.springframework.core.io.ResourceLoader resourceLoader)
Returns the
ClassLoader used by the given ResourceLoader. |
static ClassLoader |
getRequiredClassLoader(org.springframework.beans.factory.xml.XmlReaderContext context)
Returns the
ClassLoader used by the given XmlReaderContext. |
static org.springframework.core.io.ResourceLoader |
getRequiredResourceLoader(org.springframework.beans.factory.xml.XmlReaderContext context)
Returns the
ResourceLoader from the given XmlReaderContext. |
static org.springframework.core.io.ResourceLoader getRequiredResourceLoader(org.springframework.beans.factory.xml.XmlReaderContext context)
ResourceLoader from the given XmlReaderContext.context - must not be null.IllegalArgumentException - if no ResourceLoader can be obtained from the XmlReaderContext.static ClassLoader getRequiredClassLoader(org.springframework.beans.factory.xml.XmlReaderContext context)
ClassLoader used by the given XmlReaderContext.context - must not be null.IllegalArgumentException - if no ClassLoader can be obtained from the given XmlReaderContext.static ClassLoader getRequiredClassLoader(org.springframework.core.io.ResourceLoader resourceLoader)
ClassLoader used by the given ResourceLoader.resourceLoader - must not be null.IllegalArgumentException - if the given ResourceLoader does not expose a ClassLoader.static String getRequiredBeanClassName(org.springframework.beans.factory.config.BeanDefinition beanDefinition)
BeanDefinition.beanDefinition - must not be null.IllegalArgumentException - if the given BeanDefinition does not contain a bean class name.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.