Uses of Interface
juzu.io.Stream.Char

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

Uses of Stream.Char in juzu
 

Methods in juzu that return types with arguments of type Stream.Char
static Response.Content<Stream.Char> Response.content(int code, CharSequence content)
           
static Response.Content<Stream.Char> Response.content(int code, Streamable<Stream.Char> content)
           
static Response.Content<Stream.Char> Response.notFound(CharSequence content)
           
static Response.Content<Stream.Char> Response.ok(CharSequence content)
           
 

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

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

Uses of Stream.Char in juzu.io
 

Classes in juzu.io that implement Stream.Char
 class AppendableStream
          Implementation of the Stream.Char interface that uses an appendable delegate.
 

Methods in juzu.io that return Stream.Char
 Stream.Char AppendableStream.append(char c)
           
 Stream.Char Stream.Char.append(char c)
           
 Stream.Char AppendableStream.append(CharArray chars)
           
 Stream.Char Stream.Char.append(CharArray chars)
           
 Stream.Char AppendableStream.append(CharSequence s)
           
 Stream.Char Stream.Char.append(CharSequence csq)
           
 Stream.Char AppendableStream.append(CharSequence csq, int start, int end)
           
 Stream.Char Stream.Char.append(CharSequence csq, int start, int end)
           
 

Methods in juzu.io with parameters of type Stream.Char
 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 that return types with arguments of type Stream.Char
 Response.Content<Stream.Char> Template.notFound(Map<String,?> parameters, Locale locale)
          Renders the template and set a 404 response on the current MimeContext.
 Response.Content<Stream.Char> Template.ok(Map<String,?> parameters, Locale locale)
          Renders the template and set the response on the current MimeContext.
 

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, the current MimeContext will not be affected.
 void Template.Builder.renderTo(Stream.Char printer)
          Renders the template to the specified printer, the current MimeContext will not be affected.
 void Template.renderTo(Stream.Char printer, Locale locale)
          Renders the template to the specified printer, the current MimeContext will not be affected.
 void Template.renderTo(Stream.Char printer, Map<String,?> parameters)
          Renders the template to the specified printer, the current MimeContext will not be affected.
 void Template.renderTo(Stream.Char printer, Map<String,?> parameters, Locale locale)
          Renders the template to the specified printer, the current MimeContext will not be affected.
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.