public abstract class BaseFilterBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
Constructor and Description |
---|
BaseFilterBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected String |
getAbsoluteReference(Element configElement,
String componentNamespace,
String reference)
Gets the absolute refrence given a possibly relative reference.
|
protected String |
getQualifiedId(Element configElement,
String componentNamespace,
String localId)
Generates an ID for a filter engine component.
|
protected String |
resolveId(Element configElement,
org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
org.springframework.beans.factory.xml.ParserContext parserContext) |
doParse, doParse, getBeanClass, getBeanClassName, getParentName, parseInternal
protected String resolveId(Element configElement, org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition, org.springframework.beans.factory.xml.ParserContext parserContext)
resolveId
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
protected String getQualifiedId(Element configElement, String componentNamespace, String localId)
configElement
- component configuration elementcomponentNamespace
- namespace for the componentlocalId
- local id or nullprotected String getAbsoluteReference(Element configElement, String componentNamespace, String reference)
configElement
- component configuration elementcomponentNamespace
- namespace for the componentreference
- reference to convert into absolute formCopyright © 1999–2014. All rights reserved.