net.sf.snamespaces.config
Class PropertyEditorBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by net.sf.snamespaces.config.BeanDefinitionParserDependentFromFactoryPostProcessor
          extended by net.sf.snamespaces.config.PropertyEditorBeanDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public final class PropertyEditorBeanDefinitionParser
extends BeanDefinitionParserDependentFromFactoryPostProcessor

BeanDefinitionParser responsible for parsing the <config:property-editor/> tag.

 
   <config:property-editor class="example.ExoticTypeEditor" property-type="example.ExoticType">
      <!-- bean configuration -->
   </config:property-editor>
 
 

Since:
1.0
Version:
1.00, 13/09/2007
Author:
Jonhnny Weslley

Field Summary
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Method Summary
protected  java.lang.String resolveName(org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext parserContext)
           
 
Methods inherited from class net.sf.snamespaces.config.BeanDefinitionParserDependentFromFactoryPostProcessor
getBeanClassName, getFactoryPostProcessorBeanName, parseInternal, resolveId
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolveName

protected java.lang.String resolveName(org.w3c.dom.Element element,
                                       org.springframework.beans.factory.support.AbstractBeanDefinition definition,
                                       org.springframework.beans.factory.xml.ParserContext parserContext)
Overrides:
resolveName in class BeanDefinitionParserDependentFromFactoryPostProcessor


Copyright © 2007. All Rights Reserved.