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.HTMLElementpublic boolean allowAttributes()
allowAttributes in interface HTMLBuilder.HTMLElementpublic java.lang.String toHTML()
toHTML in interface HTMLBuilder.HTMLElementpublic java.lang.String toString()
toString in class java.lang.Objectpublic HTMLBuilder.HTMLElementWithContents contents(java.lang.Object... values)
contents in interface HTMLBuilder.HTMLElementWithContentspublic java.util.List<HTMLBuilder.HTMLElement> getContents()
getContents in interface HTMLBuilder.HTMLElementWithContents