public class RelationshipBeanDefinitionParser extends KualiBeanDefinitionParserBase
Constructor and Description |
---|
RelationshipBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext context,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
Parse the supplied
Element and populate the supplied
BeanDefinitionBuilder as required. |
protected String |
getBaseBeanTypeParent(Element element) |
getBeanClass, handleAbstractAttribute, parseEmbeddedPropertyElements, parseInternal
public RelationshipBeanDefinitionParser()
protected String getBaseBeanTypeParent(Element element)
getBaseBeanTypeParent
in class KualiBeanDefinitionParserBase
protected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext context, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
KualiBeanDefinitionParserBase
Element
and populate the supplied
BeanDefinitionBuilder
as required.
The default implementation delegates to the doParse
version without ParserContext argument.
doParse
in class KualiBeanDefinitionParserBase
element
- the XML element being parsedcontext
- the object encapsulating the current state of the parsing processbean
- used to define the BeanDefinition
#doParse(Element, BeanDefinitionBuilder)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.