public abstract class AbstractRequestURIMappedProfileHandlerBeanDefinitionParser
extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
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, parseInternal
public AbstractRequestURIMappedProfileHandlerBeanDefinitionParser()
protected void doParse(Element config, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
doParse
in class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
protected List<String> getRequestPaths(Element config)
config
- profile handler configuration elementprotected boolean shouldGenerateId()
shouldGenerateId
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
Copyright © 1999–2014. All rights reserved.