Package overit.geocall.basic.ui.bl.model
Class HtmlChunks
java.lang.Object
overit.geocall.basic.ui.bl.model.HtmlChunks
- All Implemented Interfaces:
Serializable
Class about
Elements to insert into an Html page.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBodyElement(org.apache.ecs.Element element) Appends the specified element to the end ofbodyElementslist.voidaddHeadElement(org.apache.ecs.Element element) Appends the specified element to the end ofheadElementslist.List<org.apache.ecs.Element> List<org.apache.ecs.Element> toString()
-
Constructor Details
-
HtmlChunks
public HtmlChunks()
-
-
Method Details
-
addHeadElement
public void addHeadElement(org.apache.ecs.Element element) Appends the specified element to the end ofheadElementslist.- Parameters:
element-Elementto be added toheadElements.
-
addBodyElement
public void addBodyElement(org.apache.ecs.Element element) Appends the specified element to the end ofbodyElementslist.- Parameters:
element-Elementto be added tobodyElements.
-
getHeadElements
-
getBodyElements
-
toString
-