Uses of Interface
com.googlecode.jatl.MarkupWriter
-
-
Uses of MarkupWriter in com.googlecode.jatl
Subinterfaces of MarkupWriter in com.googlecode.jatl Modifier and Type Interface Description interface
MarkupBuilderWriter
The methods in this class will be merged withMarkupWriter
in 0.3.0.Classes in com.googlecode.jatl that implement MarkupWriter Modifier and Type Class Description class
HtmlWriter
Writes HTML using anHtmlBuilder
by callingHtmlWriter.write(Writer)
.Methods in com.googlecode.jatl with parameters of type MarkupWriter Modifier and Type Method Description T
MarkupBuilder. write(MarkupWriter... writers)
Writes immediately by passing the writer to eachMarkupWriter
in the order passed in.
-