Package ch.tocco.nice2.model.menu.api
Interface ItemFactory
- All Known Implementing Classes:
ItemFactoryImpl
public interface ItemFactory
Used to create
ItemReaderContext
which
is used to create item readers. (xml readers)-
Method Summary
Modifier and TypeMethodDescriptionCreate a new context by passing a parent menu item.
-
Method Details