Class Editor


  • @Model(adaptables=SlingHttpServletRequest.class)
    public class Editor
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      Editor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Resource getContainer()
      Retrieves the container resource associated with this children editor.
      java.util.List<Item> getItems()
      Retrieves the child items associated with this children editor.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Editor

        public Editor()
    • Method Detail

      • getItems

        public java.util.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