Class ExecutorBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.scheduling.config.ExecutorBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
Parser for the 'executor' element of the 'task' namespace.
- Since:
- 3.0
- Author:
- Mark Fisher, Juergen Hoeller
- 
Field SummaryFields inherited from class AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) Parse the suppliedElementand populate the suppliedBeanDefinitionBuilderas required.protected StringgetBeanClassName(Element element) Determine the bean class name corresponding to the suppliedElement.Methods inherited from class AbstractSingleBeanDefinitionParserdoParse, getBeanClass, getParentName, parseInternalMethods inherited from class AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
ExecutorBeanDefinitionParserpublic ExecutorBeanDefinitionParser()
 
- 
- 
Method Details- 
getBeanClassNameDescription copied from class:AbstractSingleBeanDefinitionParserDetermine the bean class name corresponding to the suppliedElement.- Overrides:
- getBeanClassNamein class- AbstractSingleBeanDefinitionParser
- Parameters:
- element- the- Elementthat is being parsed
- Returns:
- the class name of the bean that is being defined via parsing
the supplied Element, ornullif none
- See Also:
 
- 
doParseDescription copied from class:AbstractSingleBeanDefinitionParserParse the suppliedElementand populate the suppliedBeanDefinitionBuilderas required.The default implementation delegates to the doParseversion without ParserContext argument.- Overrides:
- doParsein class- AbstractSingleBeanDefinitionParser
- Parameters:
- element- the XML element being parsed
- parserContext- the object encapsulating the current state of the parsing process
- builder- used to define the- BeanDefinition
- See Also:
 
 
-