类 StandaloneStepParser


  • public class StandaloneStepParser
    extends AbstractStepParser
    Internal parser for the <step/> elements for a job. A step element references a bean definition for a Step.
    从以下版本开始:
    2.0
    作者:
    Dave Syer, Thomas Risberg
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      org.springframework.beans.factory.support.AbstractBeanDefinitionparse​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
      Parse the step and turn it into a list of transitions.
      • 从类继承的方法 java.lang.Object

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

      • parse

        public org.springframework.beans.factory.support.AbstractBeanDefinition parse​(org.w3c.dom.Element element,
                                                                                      org.springframework.beans.factory.xml.ParserContext parserContext)
        Parse the step and turn it into a list of transitions.
        参数:
        element - the <step/gt; element to parse
        parserContext - the parser context for the bean factory
        返回:
        AbstractBeanDefinition instance.