Class Editor


  • @Model(adaptables=SlingHttpServletRequest.class)
    public class Editor
    extends Object
    Defines an Editor Sling Model used by the /apps/core/wcm/components/commons/editor/dialog/childreneditor/v1/childreneditor dialog component.
    Since:
    com.adobe.cq.wcm.core.components.commons.editor.dialog.childreneditor 1.0.0
    • Constructor Detail

      • Editor

        public Editor()
    • Method Detail

      • getItems

        public List<Item> getItems()
        Retrieves the child items associated with this children editor.
        Returns:
        a list of child items
      • getContainer

        public Resource getContainer()
        Retrieves the container resource associated with this children editor.
        Returns:
        the container resource, or null if no container can be found