Package org.bndly.common.html
Class Comment
- java.lang.Object
-
- org.bndly.common.html.Comment
-
-
Constructor Summary
Constructors Constructor Description Comment(ContentContainer parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentContainergetParent()StringgetValue()voidsetValue(String value)
-
-
-
Constructor Detail
-
Comment
public Comment(ContentContainer parent)
-
-
Method Detail
-
getParent
public ContentContainer getParent()
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
-