public class AttributeBeanDefinitionParser extends KualiBeanDefinitionParserBase
Constructor and Description |
---|
AttributeBeanDefinitionParser() |
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) |
protected void |
processAttributeAttributes(Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean) |
protected org.springframework.beans.factory.config.BeanDefinition |
processCheckboxControlElement(Element ele) |
protected void |
processChildNodes(NodeList children,
org.springframework.beans.factory.support.BeanDefinitionBuilder bean) |
protected org.springframework.beans.factory.config.BeanDefinition |
processHiddenControlElement(Element ele) |
protected org.springframework.beans.factory.config.BeanDefinition |
processRadioControlElement(Element ele) |
protected org.springframework.beans.factory.config.BeanDefinition |
processSelectControlElement(Element ele) |
protected org.springframework.beans.factory.config.BeanDefinition |
processTextareaControlElement(Element ele) |
protected org.springframework.beans.factory.config.BeanDefinition |
processTextControlElement(Element ele) |
protected org.springframework.beans.factory.config.BeanDefinition |
processUserControlElement(Element ele) |
protected org.springframework.beans.factory.config.BeanDefinition |
processValidationPatternElement(Element ele) |
protected void |
setMultiValueControlAttributes(Element ele,
org.springframework.beans.factory.support.BeanDefinitionBuilder controlBean) |
getBeanClass, handleAbstractAttribute, parseEmbeddedPropertyElements, parseInternal
public AttributeBeanDefinitionParser()
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)
protected void processAttributeAttributes(Element element, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
protected void processChildNodes(NodeList children, org.springframework.beans.factory.support.BeanDefinitionBuilder bean)
protected org.springframework.beans.factory.config.BeanDefinition processTextControlElement(Element ele)
protected org.springframework.beans.factory.config.BeanDefinition processUserControlElement(Element ele)
protected org.springframework.beans.factory.config.BeanDefinition processTextareaControlElement(Element ele)
protected org.springframework.beans.factory.config.BeanDefinition processHiddenControlElement(Element ele)
protected org.springframework.beans.factory.config.BeanDefinition processCheckboxControlElement(Element ele)
protected void setMultiValueControlAttributes(Element ele, org.springframework.beans.factory.support.BeanDefinitionBuilder controlBean)
protected org.springframework.beans.factory.config.BeanDefinition processSelectControlElement(Element ele)
protected org.springframework.beans.factory.config.BeanDefinition processRadioControlElement(Element ele)
protected org.springframework.beans.factory.config.BeanDefinition processValidationPatternElement(Element ele)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.