Uses of Interface
org.juzu.text.Printer

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

Uses of Printer in org.juzu.request
 

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

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

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 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.
 

Constructors in org.juzu.template with parameters of type Printer
TemplateRenderContext(Printer printer)
           
TemplateRenderContext(Printer printer, Locale locale)
           
TemplateRenderContext(Printer printer, Map<String,?> attributes)
           
TemplateRenderContext(Printer printer, Map<String,?> attributes, Locale locale)
           
 

Uses of Printer in org.juzu.text
 

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



Copyright © 2011 eXo Platform SAS. All Rights Reserved.