Class TaskNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.springframework.scheduling.config.TaskNamespaceHandler
- All Implemented Interfaces:
 NamespaceHandler
NamespaceHandler for the 'task' namespace.- Since:
 - 3.0
 - Author:
 - Mark Fisher
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Invoked by theDefaultBeanDefinitionDocumentReaderafter construction but before any custom elements are parsed.Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser 
- 
Constructor Details
- 
TaskNamespaceHandler
public TaskNamespaceHandler() 
 - 
 - 
Method Details
- 
init
public void init()Description copied from interface:NamespaceHandlerInvoked by theDefaultBeanDefinitionDocumentReaderafter construction but before any custom elements are parsed. 
 -