public abstract class BaseScopedAttributeEncoderBeanDefinitionParser extends BaseAttributeEncoderBeanDefinitionParser
Modifier and Type | Field and Description |
---|---|
static String |
SCOPE_ATTRIBUTE_ATTRIBUTE_NAME
Local name of scope attribute attribute.
|
static String |
SCOPE_DELIMITER_ATTRIBUTE_NAME
Local name of scope delimiter attribute.
|
static String |
SCOPE_TYPE_ATTRIBUTE_NAME
Local name of scope type attribute.
|
Constructor and Description |
---|
BaseScopedAttributeEncoderBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
shouldGenerateId
doParse, getBeanClass, getBeanClassName, getParentName, parseInternal
public static final String SCOPE_TYPE_ATTRIBUTE_NAME
public static final String SCOPE_DELIMITER_ATTRIBUTE_NAME
public static final String SCOPE_ATTRIBUTE_ATTRIBUTE_NAME
public BaseScopedAttributeEncoderBeanDefinitionParser()
protected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse
in class BaseAttributeEncoderBeanDefinitionParser
Copyright © 1999–2014. All rights reserved.