Uses of Interface
com.googlecode.jatl.MarkupWriter
-
Uses of MarkupWriter in com.googlecode.jatl
Subinterfaces of MarkupWriter in com.googlecode.jatlModifier and TypeInterfaceDescriptioninterface
The methods in this class will be merged withMarkupWriter
in 0.3.0.Classes in com.googlecode.jatl that implement MarkupWriterModifier and TypeClassDescriptionclass
Writes HTML using anHtmlBuilder
by callingHtmlWriter.write(Writer)
.Methods in com.googlecode.jatl with parameters of type MarkupWriterModifier and TypeMethodDescriptionfinal T
MarkupBuilder.write
(MarkupWriter... writers) Writes immediately by passing the writer to eachMarkupWriter
in the order passed in.