public class WorkflowPropertiesBeanDefinitionParser extends KualiBeanDefinitionParserBase
| Constructor and Description |
|---|
WorkflowPropertiesBeanDefinitionParser() |
| 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, parseInternalpublic WorkflowPropertiesBeanDefinitionParser()
protected String getBaseBeanTypeParent(Element element)
getBaseBeanTypeParent in class KualiBeanDefinitionParserBaseprotected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext context, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
KualiBeanDefinitionParserBaseElement and populate the supplied
BeanDefinitionBuilder as required.
The default implementation delegates to the doParse
version without ParserContext argument.
doParse in class KualiBeanDefinitionParserBaseelement - 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–2015 The Kuali Foundation. All rights reserved.