类 BatchletParser

  • 所有已实现的接口:
    org.springframework.beans.factory.xml.BeanDefinitionParser

    public class BatchletParser
    extends org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
    Parser for the <batchlet /> tag defined in JSR-352. The current state of this parser parses a batchlet element into a Tasklet (the ref attribute is expected to point to an implementation of Tasklet).
    从以下版本开始:
    3.0
    作者:
    Michael Minella, Chris Schaefer
    • 字段概要

      • 从类继承的字段 org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

        ID_ATTRIBUTE, NAME_ATTRIBUTE
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidparseBatchlet​(org.w3c.dom.Element batchletElement, org.springframework.beans.factory.support.AbstractBeanDefinition bd, org.springframework.beans.factory.xml.ParserContext parserContext, java.lang.String stepName) 
      • 从类继承的方法 org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser

        doParse, doParse, getBeanClass, getBeanClassName, getParentName, parseInternal
      • 从类继承的方法 org.springframework.beans.factory.xml.AbstractBeanDefinitionParser

        parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • parseBatchlet

        public void parseBatchlet​(org.w3c.dom.Element batchletElement,
                                  org.springframework.beans.factory.support.AbstractBeanDefinition bd,
                                  org.springframework.beans.factory.xml.ParserContext parserContext,
                                  java.lang.String stepName)