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 interfaceMarkupBuilderWriterThe methods in this class will be merged withMarkupWriterin 0.3.0.Classes in com.googlecode.jatl that implement MarkupWriter Modifier and Type Class Description classHtmlWriterWrites HTML using anHtmlBuilderby callingHtmlWriter.write(Writer).Methods in com.googlecode.jatl with parameters of type MarkupWriter Modifier and Type Method Description TMarkupBuilder. write(MarkupWriter... writers)Writes immediately by passing the writer to eachMarkupWriterin the order passed in.
-