Class ComponentUtil


  • public class ComponentUtil
    extends java.lang.Object
    Utility class for CQ component related repository operations
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writeComponent​(PageComponent component, javax.jcr.Node parentNode, javax.jcr.Session session)  
      • Methods inherited from class java.lang.Object

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

      • ComponentUtil

        public ComponentUtil()
    • Method Detail

      • writeComponent

        public static void writeComponent​(PageComponent component,
                                          javax.jcr.Node parentNode,
                                          javax.jcr.Session session)
                                   throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException