public abstract class BaseAttributeDefinitionBeanDefinitionParser extends AbstractResolutionPlugInBeanDefinitionParser
修飾子とタイプ | フィールドと説明 |
---|---|
static QName |
ATTRIBUTE_ENCODER_ELEMENT_NAME
Local name of attribute encoder.
|
DEPENDENCY_ELEMENT_NAME
コンストラクタと説明 |
---|
BaseAttributeDefinitionBeanDefinitionParser() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected 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 Map<Locale,String> |
processLocalizedElement(List<Element> elements)
Used to process string elements that contain an xml:lang attribute expressing localization.
|
doParse, parseDependencies, resolveId
doParse, getBeanClass, getBeanClassName, getParentName, parseInternal
public static final QName ATTRIBUTE_ENCODER_ELEMENT_NAME
public BaseAttributeDefinitionBeanDefinitionParser()
protected 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)
doParse
クラス内 AbstractResolutionPlugInBeanDefinitionParser
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 Map<Locale,String> processLocalizedElement(List<Element> elements)
elements
- list of elements, must not be null, may be emptyCopyright © 2012. All Rights Reserved.