Interface ItemReaderContext


public interface ItemReaderContext
Used to create item readers. You get one by calling ItemFactory.create(MenuItem).
  • Method Summary

    Modifier and Type
    Method
    Description
    Create item reader for this tag name
    void
    Adds all builded items to the context items und sorts them.
  • Method Details

    • buildItemReader

      Object buildItemReader(String tagName) throws ModelBuildException
      Create item reader for this tag name
      Parameters:
      tagName - the tagName which represent this component
      Returns:
      the item reader
      Throws:
      ModelBuildException - in any case of exception
    • finish

      void finish()
      Adds all builded items to the context items und sorts them.