net.sf.doolin.gui.spring
Class PropertiesDecorator
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
net.sf.doolin.context.spring.AbstractDefinitionParser
net.sf.doolin.gui.spring.PropertiesDecorator
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionDecorator, org.springframework.beans.factory.xml.BeanDefinitionParser
public class PropertiesDecorator
- extends AbstractDefinitionParser
- implements org.springframework.beans.factory.xml.BeanDefinitionDecorator
Parser and decorator for a set of properties
- Author:
- Damien Coraboeuf
| Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
|
Method Summary |
org.springframework.beans.factory.config.BeanDefinitionHolder |
decorate(Node node,
org.springframework.beans.factory.config.BeanDefinitionHolder holder,
org.springframework.beans.factory.xml.ParserContext context)
|
void |
doParse(Element eProperties,
org.springframework.beans.factory.xml.ParserContext context,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Changes scope to public. |
protected Class<Properties> |
getBeanClass(Element element)
|
| Methods inherited from class net.sf.doolin.context.spring.AbstractDefinitionParser |
delegate, setAttributeAsProperty, setAttributeAsProperty, setAttributeAsReference, setChildrenAsListProperty, setElementAsProperty, setElementAsProperty, setListAsProperty, setListStringAsProperty, setMapAsProperty, setPropertyValue |
| Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
doParse, getBeanClassName, getParentName, 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 |
PropertiesDecorator
public PropertiesDecorator()
getBeanClass
protected Class<Properties> getBeanClass(Element element)
- Overrides:
getBeanClass in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse
public void doParse(Element eProperties,
org.springframework.beans.factory.xml.ParserContext context,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
- Description copied from class:
AbstractDefinitionParser
- Changes scope to public.
- Overrides:
doParse in class AbstractDefinitionParser
decorate
public org.springframework.beans.factory.config.BeanDefinitionHolder decorate(Node node,
org.springframework.beans.factory.config.BeanDefinitionHolder holder,
org.springframework.beans.factory.xml.ParserContext context)
- Specified by:
decorate in interface org.springframework.beans.factory.xml.BeanDefinitionDecorator
Copyright © 2011. All Rights Reserved.