| java.lang.Object | |||
| ↳ | org.springframework.beans.factory.xml.AbstractBeanDefinitionParser | ||
| ↳ | org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser | ||
| ↳ | org.springframework.scheduling.config.SchedulerBeanDefinitionParser | ||
Parser for the 'scheduler' element of the 'task' namespace.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Parse the supplied
Element and populate the supplied
BeanDefinitionBuilder as required. | |||||||||||
Determine the bean class name corresponding to the supplied
Element. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
| |||||||||||
From class
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.beans.factory.xml.BeanDefinitionParser
| |||||||||||
Parse the supplied Element and populate the supplied
BeanDefinitionBuilder as required.
The default implementation does nothing.
| element | the XML element being parsed |
|---|---|
| builder | used to define the BeanDefinition
|
Determine the bean class name corresponding to the supplied Element.
| element | the Element that is being parsed |
|---|
Element, or null if none