Uses of Interface
org.juzu.text.Printer

Packages that use Printer
org.juzu   
org.juzu.request   
org.juzu.template   
org.juzu.text   
 

Uses of Printer in org.juzu
 

Methods in org.juzu with parameters of type Printer
 void Response.Stream.send(Printer printer)
           
 

Uses of Printer in org.juzu.request
 

Methods in org.juzu.request that return Printer
 Printer MimeContext.getPrinter()
          Returns the current printer.
 

Uses of Printer in org.juzu.template
 

Methods in org.juzu.template that return Printer
 Printer TemplateRenderContext.getPrinter()
           
 

Methods in org.juzu.template with parameters of type Printer
 void TemplateRenderContext.render(Printer printer)
           
 void Template.render(Printer printer)
           
 void Template.render(Printer printer, Locale locale)
           
 void Template.render(Printer printer, Map<String,?> parameters)
           
 void Template.render(Printer printer, Map<String,?> attributes, Locale locale)
          Renders the template.
 

Uses of Printer in org.juzu.text
 

Classes in org.juzu.text that implement Printer
 class WriterPrinter
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.