Uses of Interface
juzu.io.Stream.Char

Packages that use Stream.Char
juzu   
juzu.io   
juzu.template   
 

Uses of Stream.Char in juzu
 

Method parameters in juzu with type arguments of type Stream.Char
static Response.Render Response.content(int code, Streamable<Stream.Char> content)
           
 

Constructor parameters in juzu with type arguments of type Stream.Char
Response.Render(int status, PropertyMap properties, Streamable<Stream.Char> streamable)
           
Response.Render(int status, Streamable<Stream.Char> streamable)
           
Response.Render(PropertyMap properties, Streamable<Stream.Char> streamable)
           
Response.Render(Streamable<Stream.Char> streamable)
           
 

Uses of Stream.Char in juzu.io
 

Methods in juzu.io that return Stream.Char
 Stream.Char Stream.Char.append(char c)
           
 Stream.Char Stream.Char.append(CharSequence csq)
           
 Stream.Char Stream.Char.append(CharSequence csq, int start, int end)
           
static Stream.Char Streams.appendable(Appendable appendable)
           
static
<A extends Appendable & Flushable & Closeable>
Stream.Char
Streams.closeable(A appendable)
           
static Stream.Char Streams.empty()
           
static
<A extends Appendable & Flushable>
Stream.Char
Streams.flushable(A appendable)
           
 

Methods in juzu.io with parameters of type Stream.Char
 void AsyncStreamable.send(Stream.Char stream)
           
 void Streamable.CharSequence.send(Stream.Char stream)
           
 

Uses of Stream.Char in juzu.template
 

Methods in juzu.template that return Stream.Char
 Stream.Char TemplateRenderContext.getPrinter()
           
 

Methods in juzu.template with parameters of type Stream.Char
 void TemplateRenderContext.render(Stream.Char printer)
           
 void Template.renderTo(Stream.Char printer)
          Renders the template to the specified printer.
 void Template.Builder.renderTo(Stream.Char printer)
          Renders the template to the specified printer.
 void Template.renderTo(Stream.Char printer, Locale locale)
          Renders the template to the specified printer.
 void Template.renderTo(Stream.Char printer, Map<String,?> parameters)
          Renders the template to the specified printer.
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.