org.kuali.kfs.sys.spring.datadictionary
Class RelationshipBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.kuali.kfs.sys.spring.datadictionary.KualiBeanDefinitionParserBase
          extended by org.kuali.kfs.sys.spring.datadictionary.RelationshipBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class RelationshipBeanDefinitionParser
extends KualiBeanDefinitionParserBase


Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
RelationshipBeanDefinitionParser()
           
 
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.kuali.kfs.sys.spring.datadictionary.KualiBeanDefinitionParserBase
getBeanClass, handleAbstractAttribute, parseEmbeddedPropertyElements, 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

RelationshipBeanDefinitionParser

public RelationshipBeanDefinitionParser()
Method Detail

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 parsed
context - the object encapsulating the current state of the parsing process
bean - used to define the BeanDefinition
See Also:
#doParse(Element, BeanDefinitionBuilder)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.