|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.beans.factory.xml.AbstractBeanDefinitionParser net.sf.snamespaces.config.BeanDefinitionParserDependentFromFactoryPostProcessor net.sf.snamespaces.config.PropertyEditorBeanDefinitionParser
public final class PropertyEditorBeanDefinitionParser
BeanDefinitionParser
responsible for parsing the <config:property-editor/>
tag.
<config:property-editor class="example.ExoticTypeEditor" property-type="example.ExoticType">
<!-- bean configuration -->
</config:property-editor>
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 |
---|
protected java.lang.String resolveName(org.w3c.dom.Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext parserContext)
resolveName
in class BeanDefinitionParserDependentFromFactoryPostProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |