public abstract class AbstractRequestURIMappedProfileHandlerBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
AbstractRequestURIMappedProfileHandlerBeanDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(Element config,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder) |
protected List<String> |
getRequestPaths(Element config)
Gets the list of request paths the profile handler handles.
|
protected boolean |
shouldGenerateId() |
doParse, getBeanClass, getBeanClassName, getParentName, parseInternalpublic AbstractRequestURIMappedProfileHandlerBeanDefinitionParser()
protected void doParse(Element config, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserprotected List<String> getRequestPaths(Element config)
config - profile handler configuration elementprotected boolean shouldGenerateId()
shouldGenerateId in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserCopyright © 1999-2015. All Rights Reserved.