public class DefaultHTMLBuilder.ContentsHTMLElement extends java.lang.Object implements HTMLBuilder.HTMLElementWithContents
Constructor and Description |
---|
ContentsHTMLElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowAttributes() |
boolean |
allowContents() |
HTMLBuilder.HTMLElementWithContents |
contents(java.lang.Object... values) |
java.util.List<HTMLBuilder.HTMLElement> |
getContents() |
java.lang.String |
toHTML() |
java.lang.String |
toString() |
public boolean allowContents()
allowContents
in interface HTMLBuilder.HTMLElement
public boolean allowAttributes()
allowAttributes
in interface HTMLBuilder.HTMLElement
public java.lang.String toHTML()
toHTML
in interface HTMLBuilder.HTMLElement
public java.lang.String toString()
toString
in class java.lang.Object
public HTMLBuilder.HTMLElementWithContents contents(java.lang.Object... values)
contents
in interface HTMLBuilder.HTMLElementWithContents
public java.util.List<HTMLBuilder.HTMLElement> getContents()
getContents
in interface HTMLBuilder.HTMLElementWithContents