Uses of Interface
ccc.web.rendering.Body

Packages that use Body
ccc.web.rendering   
 

Uses of Body in ccc.web.rendering
 

Classes in ccc.web.rendering that implement Body
 class ByteArrayBody
          A response body defined by a byte array.
 class EmptyBody
          An empty body.
 class FileBody
          Implementation of the Body interface that wraps a File.
 class PageBody
          The class can write a Page object as the body of a Response.
 class ScriptBody
          A body implementation for scripts.
 class SearchBody
          The class can write a Search object as the body of a Response.
 

Methods in ccc.web.rendering that return Body
 Body Response.getBody()
          Accessor.
 

Constructors in ccc.web.rendering with parameters of type Body
Response(Body body)
          Constructor.
 



Copyright © 2010. All Rights Reserved.