Class HtmlChunks

java.lang.Object
overit.geocall.basic.ui.bl.model.HtmlChunks
All Implemented Interfaces:
Serializable

public class HtmlChunks extends Object implements Serializable
Class about Elements to insert into an Html page.
See Also:
  • Constructor Details

    • HtmlChunks

      public HtmlChunks()
  • Method Details

    • addHeadElement

      public void addHeadElement(org.apache.ecs.Element element)
      Appends the specified element to the end of headElements list.
      Parameters:
      element - Element to be added to headElements.
    • addBodyElement

      public void addBodyElement(org.apache.ecs.Element element)
      Appends the specified element to the end of bodyElements list.
      Parameters:
      element - Element to be added to bodyElements.
    • getHeadElements

      public List<org.apache.ecs.Element> getHeadElements()
    • getBodyElements

      public List<org.apache.ecs.Element> getBodyElements()
    • toString

      public String toString()
      Overrides:
      toString in class Object