Class CmsContainerpageController.SaveDataVisitor

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String m_containerName
      The current container name.
      protected org.opencms.ade.containerpage.shared.CmsContainer m_currentContainer
      The contaienr which is currently being processed.
      protected java.util.List<org.opencms.ade.containerpage.shared.CmsContainer> m_resultContainers
      The list of collected containers.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SaveDataVisitor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean beginContainer​(java.lang.String name, org.opencms.ade.containerpage.shared.CmsContainer container)
      This method is called before a container is processed.
      void endContainer()
      This method is called after all elements of a container have been processed.
      java.util.List<org.opencms.ade.containerpage.shared.CmsContainer> getContainers()
      Gets the list of collected containers.
      void handleElement​(CmsContainerPageElementPanel elementWidget)
      This method is called for each element of a container.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait