Package ch.tocco.nice2.model.menu.api
Interface ItemReaderContext
public interface ItemReaderContext
Used to create item readers. You get one by calling
ItemFactory.create(MenuItem)
.-
Method Summary
Modifier and TypeMethodDescriptionbuildItemReader
(String tagName) Create item reader for this tag namevoid
finish()
Adds all builded items to the context items und sorts them.
-
Method Details
-
buildItemReader
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.
-