public abstract class AbstractResolutionPlugInBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
修飾子とタイプ | フィールドと説明 |
---|---|
static QName |
DEPENDENCY_ELEMENT_NAME
Name of resolution plug-in dependency.
|
コンストラクタと説明 |
---|
AbstractResolutionPlugInBeanDefinitionParser() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
doParse(Element config,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parses the plugins ID and attribute definition and data connector dependencies.
|
protected abstract void |
doParse(String pluginId,
Element pluginConfig,
Map<QName,List<Element>> pluginConfigChildren,
org.springframework.beans.factory.support.BeanDefinitionBuilder pluginBuilder,
org.springframework.beans.factory.xml.ParserContext parserContext)
Parses the plugin configuration.
|
protected List<String> |
parseDependencies(List<Element> elements)
Parse dependency elements.
|
protected String |
resolveId(Element element,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext parserContext) |
doParse, getBeanClass, getBeanClassName, getParentName, parseInternal
public static final QName DEPENDENCY_ELEMENT_NAME
public AbstractResolutionPlugInBeanDefinitionParser()
protected final void doParse(Element config, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse
クラス内 org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
protected abstract void doParse(String pluginId, Element pluginConfig, Map<QName,List<Element>> pluginConfigChildren, org.springframework.beans.factory.support.BeanDefinitionBuilder pluginBuilder, org.springframework.beans.factory.xml.ParserContext parserContext)
pluginId
- unique ID of the pluginpluginConfig
- root plugin configuration elementpluginConfigChildren
- immediate children of the root configuration element (provided to save from having to
reparse them)pluginBuilder
- bean definition builder for the pluginparserContext
- current parsing contextprotected String resolveId(Element element, org.springframework.beans.factory.support.AbstractBeanDefinition definition, org.springframework.beans.factory.xml.ParserContext parserContext)
resolveId
クラス内 org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Copyright © 2012. All Rights Reserved.