Class BlockImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      BlockImpl​(Location location, java.lang.String description)  
    • Constructor Detail

    • Method Detail

      • addToBody

        public void addToBody​(RenderCommand element)
        Description copied from interface: BodyPageElement
        Used during the construction of the page. Adds a page element as part of the body of the component. The body of a component is defined as the portion of the container's template directly enclosed by component's start and end elements.
        Specified by:
        addToBody in interface BodyPageElement
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object