|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.beans.factory.xml.UtilNamespaceHandler.PropertiesBeanDefinitionParser
private static class UtilNamespaceHandler.PropertiesBeanDefinitionParser
| Field Summary |
|---|
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
|---|
ID_ATTRIBUTE, NAME_ATTRIBUTE |
| Constructor Summary | |
|---|---|
private |
UtilNamespaceHandler.PropertiesBeanDefinitionParser()
|
| Method Summary | |
|---|---|
protected void |
doParse(org.w3c.dom.Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)
Parse the supplied Element and populate the supplied
BeanDefinitionBuilder as required. |
protected java.lang.Class |
getBeanClass(org.w3c.dom.Element element)
Determine the bean class corresponding to the supplied Element. |
protected boolean |
isEligibleAttribute(java.lang.String attributeName)
Determine whether the given attribute is eligible for being turned into a corresponding bean property value. |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser |
|---|
extractPropertyName, isEligibleAttribute, isEligibleAttribute, postProcess |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
|---|
doParse, getBeanClassName, getParentName, parseInternal |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
|---|
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private UtilNamespaceHandler.PropertiesBeanDefinitionParser()
| Method Detail |
|---|
protected java.lang.Class getBeanClass(org.w3c.dom.Element element)
AbstractSingleBeanDefinitionParserElement.
Note that, for application classes, it is generally preferable to
override AbstractSingleBeanDefinitionParser.getBeanClassName(org.w3c.dom.Element) instead, in order to avoid a direct
dependence on the bean implementation class. The BeanDefinitionParser
and its NamespaceHandler can be used within an IDE plugin then, even
if the application classes are not available on the plugin's classpath.
getBeanClass in class AbstractSingleBeanDefinitionParserelement - the Element that is being parsed
Class of the bean that is being defined via parsing
the supplied Element, or null if noneAbstractSingleBeanDefinitionParser.getBeanClassName(org.w3c.dom.Element)protected boolean isEligibleAttribute(java.lang.String attributeName)
AbstractSimpleBeanDefinitionParserThe default implementation considers any attribute as eligible, except for the "id" attribute.
isEligibleAttribute in class AbstractSimpleBeanDefinitionParserattributeName - the attribute name taken straight from the
XML element being parsed (never null)
protected void doParse(org.w3c.dom.Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)
AbstractSimpleBeanDefinitionParserElement and populate the supplied
BeanDefinitionBuilder as required.
This implementation maps any attributes present on the
supplied element to PropertyValue
instances, and
adds them
to the
builder.
The AbstractSimpleBeanDefinitionParser.extractPropertyName(String) method is used to
reconcile the name of an attribute with the name of a JavaBean
property.
doParse in class AbstractSimpleBeanDefinitionParserelement - the XML element being parsedparserContext - the object encapsulating the current state of the parsing processbuilder - used to define the BeanDefinitionAbstractSimpleBeanDefinitionParser.extractPropertyName(String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||