org.kuali.kfs.sys.spring.datadictionary
Class MaintenanceFieldBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.kuali.kfs.sys.spring.datadictionary.KualiBeanDefinitionParserBase
org.kuali.kfs.sys.spring.datadictionary.MaintenanceFieldBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class MaintenanceFieldBeanDefinitionParser
- extends KualiBeanDefinitionParserBase
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
|
Method Summary |
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)
|
| 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 |
MaintenanceFieldBeanDefinitionParser
public MaintenanceFieldBeanDefinitionParser()
getBaseBeanTypeParent
protected String getBaseBeanTypeParent(Element element)
- Specified by:
getBaseBeanTypeParent in class KualiBeanDefinitionParserBase
doParse
protected void doParse(Element element,
org.springframework.beans.factory.xml.ParserContext context,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
- Description copied from class:
KualiBeanDefinitionParserBase
- Parse the supplied
Element and populate the supplied
BeanDefinitionBuilder as required.
The default implementation delegates to the doParse
version without ParserContext argument.
- Specified by:
doParse in class KualiBeanDefinitionParserBase
- Parameters:
element - the XML element being parsedcontext - the object encapsulating the current state of the parsing processbean - used to define the BeanDefinition- See Also:
#doParse(Element, BeanDefinitionBuilder)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.