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 Link icon

  • Method Details Link icon

    • getEntityName Link icon

      String getEntityName()
    • getInstance Link icon

      T getInstance(Entity entity)