net.sf.snamespaces.config
Class PropertyPlaceholderBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by net.sf.snamespaces.SingleBeanDefinitionParserWithOptionalId
              extended by 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

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
PropertyPlaceholderBeanDefinitionParser()
           
 
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 net.sf.snamespaces.SingleBeanDefinitionParserWithOptionalId
doParse, shouldGenerateId
 
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
 

Constructor Detail

PropertyPlaceholderBeanDefinitionParser

public PropertyPlaceholderBeanDefinitionParser()
Method Detail

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.