org.apache.xbean.spring.context.impl
Class QNameHelper
java.lang.Object
org.apache.xbean.spring.context.impl.QNameHelper
public class QNameHelper
- extends Object
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QNameHelper
public QNameHelper()
createQName
public static QName createQName(Element element,
String qualifiedName)
recursiveGetAttributeValue
public static String recursiveGetAttributeValue(Element element,
String attributeName)
- Recursive method to find a given attribute value
coerceQNamePropertyValues
public static void coerceQNamePropertyValues(QNameReflectionParams params)
coerceNamespaceAwarePropertyValues
public static void coerceNamespaceAwarePropertyValues(org.springframework.beans.factory.support.AbstractBeanDefinition bd,
Element element,
PropertyDescriptor[] descriptors,
int i)
addPropertyValue
public static void addPropertyValue(org.springframework.beans.MutablePropertyValues values,
String name,
Object value)
Copyright © 2005-2012. All Rights Reserved.