public class XBeanQNameHelper extends Object
Constructor | Description |
---|---|
XBeanQNameHelper(org.springframework.beans.factory.xml.XmlReaderContext readerContext) |
Modifier and Type | Method | Description |
---|---|---|
void |
coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.config.BeanDefinition definition,
Element element) |
Any namespace aware property values (such as QNames) need to be coerced
while we still have access to the XML Element from which its value comes -
so lets do that now before we trash the DOM and just have the bean
definition.
|
BeanInfo |
getBeanInfo(String className) |
|
protected boolean |
isQnameIsOnClassPath() |
|
protected Class |
loadClass(String name) |
Attempts to load the class on the current thread context class loader or
the class loader which loaded us
|
public XBeanQNameHelper(org.springframework.beans.factory.xml.XmlReaderContext readerContext)
public void coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.config.BeanDefinition definition, Element element)
public BeanInfo getBeanInfo(String className) throws org.springframework.beans.factory.BeanDefinitionStoreException
org.springframework.beans.factory.BeanDefinitionStoreException
protected Class loadClass(String name) throws ClassNotFoundException
ClassNotFoundException
protected boolean isQnameIsOnClassPath()
Copyright © 2005–2018. All rights reserved.