类 AbstractStepParser

  • 直接已知子类:
    InlineStepParser, StandaloneStepParser

    public abstract class AbstractStepParser
    extends java.lang.Object
    Internal parser for the <step/> elements inside a job. A step element references a bean definition for a Step and goes on to (optionally) list a set of transitions from that step to others with <next on="pattern" to="stepName"/>. Used by the JobParser.
    从以下版本开始:
    2.0
    作者:
    Dave Syer, Thomas Risberg, Josh Long
    另请参阅:
    JobParser
    • 字段概要

      字段 
      修饰符和类型字段说明
      protected static java.lang.StringID_ATTR 
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      protected org.springframework.beans.factory.support.AbstractBeanDefinitionparseStep​(org.w3c.dom.Element stepElement, org.springframework.beans.factory.xml.ParserContext parserContext, java.lang.String jobFactoryRef) 
      • 从类继承的方法 java.lang.Object

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

      • parseStep

        protected org.springframework.beans.factory.support.AbstractBeanDefinition parseStep​(org.w3c.dom.Element stepElement,
                                                                                             org.springframework.beans.factory.xml.ParserContext parserContext,
                                                                                             java.lang.String jobFactoryRef)
        参数:
        stepElement - The <step/> element
        parserContext - instance of ParserContext.
        jobFactoryRef - the reference to the JobParserJobFactoryBean from the enclosing tag. Use 'null' if unknown.
        返回:
        AbstractBeanDefinition for the stepElement.