-
public interface ItemFactoryFactory to createContent new items.The implementation must always be able to createContent a new item, but it doesn't need to processor linking with child items. In which case createContent(Item parent) should call createContent().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Itemcreate()Create a new itemItemcreate(Item parent)Create a new item with a parent
-