net.sf.snamespaces.config
Class PropertyPlaceholderBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
net.sf.snamespaces.SingleBeanDefinitionParserWithOptionalId
net.sf.snamespaces.config.PropertyPlaceholderBeanDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class PropertyPlaceholderBeanDefinitionParser
- extends SingleBeanDefinitionParserWithOptionalId
BeanDefinitionParser
responsible for parsing the <config:property-placeholder/>
tag.
- Since:
- 1.0
- Version:
- 1.00, 08/09/2007
- Author:
- Jonhnny Weslley
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
Method Summary |
protected void |
doParse(org.w3c.dom.Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
|
protected java.lang.Class<?> |
getBeanClass(org.w3c.dom.Element element)
|
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
parseInternal |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyPlaceholderBeanDefinitionParser
public PropertyPlaceholderBeanDefinitionParser()
getBeanClass
protected java.lang.Class<?> getBeanClass(org.w3c.dom.Element element)
- Specified by:
getBeanClass
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse
protected void doParse(org.w3c.dom.Element element,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
- Overrides:
doParse
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Copyright © 2007. All Rights Reserved.