クラス StandaloneStepParser

java.lang.ObjectSE
org.springframework.batch.core.configuration.xml.AbstractStepParser
org.springframework.batch.core.configuration.xml.StandaloneStepParser

public class StandaloneStepParser extends AbstractStepParser
ジョブの <step/> 要素の内部パーサー。ステップ要素は、Step の Bean 定義を参照します。
導入:
2.0
作成者:
Dave Syer, Thomas Risberg
  • フィールドサマリー

    クラス org.springframework.batch.core.configuration.xml.AbstractStepParser から継承されたフィールド

    ID_ATTR
  • コンストラクターのサマリー

    コンストラクター
    コンストラクター
    説明
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    org.springframework.beans.factory.support.AbstractBeanDefinition
    parse(ElementSE element, org.springframework.beans.factory.xml.ParserContext parserContext)
    ステップを解析し、遷移のリストに変換します。

    クラス org.springframework.batch.core.configuration.xml.AbstractStepParser から継承されたメソッド

    parseStep

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • StandaloneStepParser

      public StandaloneStepParser()
  • メソッドの詳細

    • parse

      public org.springframework.beans.factory.support.AbstractBeanDefinition parse(ElementSE element, org.springframework.beans.factory.xml.ParserContext parserContext)
      ステップを解析し、遷移のリストに変換します。
      パラメーター:
      element - <step/gt; 解析する要素
      parserContext - Bean ファクトリのパーサーコンテキスト
      戻り値:
      AbstractBeanDefinition インスタンス。