|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.scheduling.config.AnnotationDrivenBeanDefinitionParser
public class AnnotationDrivenBeanDefinitionParser
Parser for the 'annotation-driven' element of the 'task' namespace.
| Field Summary | |
|---|---|
static java.lang.String |
ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME
Deprecated. as of Spring 3.1 in favor of AnnotationConfigUtils.ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME |
static java.lang.String |
ASYNC_EXECUTION_ASPECT_BEAN_NAME
Deprecated. as of Spring 3.1 in favor of AnnotationConfigUtils.ASYNC_EXECUTION_ASPECT_BEAN_NAME |
static java.lang.String |
SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME
Deprecated. as of Spring 3.1 in favor of AnnotationConfigUtils.SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME |
| Constructor Summary | |
|---|---|
AnnotationDrivenBeanDefinitionParser()
|
|
| Method Summary | |
|---|---|
BeanDefinition |
parse(org.w3c.dom.Element element,
ParserContext parserContext)
Parse the specified Element and register the resulting
BeanDefinition(s) with the
BeanDefinitionRegistry
embedded in the supplied ParserContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public static final java.lang.String ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME
AnnotationConfigUtils.ASYNC_ANNOTATION_PROCESSOR_BEAN_NAME
@Deprecated public static final java.lang.String ASYNC_EXECUTION_ASPECT_BEAN_NAME
AnnotationConfigUtils.ASYNC_EXECUTION_ASPECT_BEAN_NAME
@Deprecated public static final java.lang.String SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME
AnnotationConfigUtils.SCHEDULED_ANNOTATION_PROCESSOR_BEAN_NAME
| Constructor Detail |
|---|
public AnnotationDrivenBeanDefinitionParser()
| Method Detail |
|---|
public BeanDefinition parse(org.w3c.dom.Element element,
ParserContext parserContext)
BeanDefinitionParserElement and register the resulting
BeanDefinition(s) with the
BeanDefinitionRegistry
embedded in the supplied ParserContext.
Implementations must return the primary BeanDefinition that results
from the parse if they will ever be used in a nested fashion (for example as
an inner tag in a <property/> tag). Implementations may return
null if they will not be used in a nested fashion.
parse in interface BeanDefinitionParserelement - the element that is to be parsed into one or more BeanDefinitionsparserContext - the object encapsulating the current state of the parsing process;
provides access to a BeanDefinitionRegistry
BeanDefinition
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||