Interface ContentTreeNodeFactory<T extends ContentTreeNode>

All Known Implementing Classes:
AbstractContentTreeNodeFactory, BinaryNodeFactory, CmsDomainNodeFactory, DomainNodeFactory, FolderNodeFactory, PageNodeFactory, ResourceNodeFactory

public interface ContentTreeNodeFactory<T extends ContentTreeNode>
Factory for creation of new ContentTreeNodes
  • Field Details

  • Method Details

    • getEntityName

      String getEntityName()
    • getInstance

      T getInstance(Entity entity)