Uses of Class
com.sun.jersey.api.view.Viewable

Packages that use Viewable
com.sun.jersey.server.impl.container.servlet   
com.sun.jersey.server.impl.template   
com.sun.jersey.spi.template Provides support for view aspect of model view controller and templates that produce views. 
 

Uses of Viewable in com.sun.jersey.server.impl.container.servlet
 

Methods in com.sun.jersey.server.impl.container.servlet with parameters of type Viewable
 void JSPTemplateProcessor.writeTo(java.lang.String resolvedPath, Viewable viewable, java.io.OutputStream out)
           
 

Constructors in com.sun.jersey.server.impl.container.servlet with parameters of type Viewable
RequestDispatcherWrapper(javax.servlet.RequestDispatcher d, java.lang.String basePath, HttpContext hc, Viewable v)
           
 

Uses of Viewable in com.sun.jersey.server.impl.template
 

Methods in com.sun.jersey.server.impl.template with parameters of type Viewable
 long ViewableMessageBodyWriter.getSize(Viewable t, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 ResolvedViewable TemplateFactory.resolveViewable(Viewable v)
           
 ResolvedViewable TemplateFactory.resolveViewable(Viewable v, java.lang.Class<?> resolvingClass)
           
 ResolvedViewable TemplateFactory.resolveViewable(Viewable v, javax.ws.rs.core.UriInfo ui)
           
 void TemplateViewProcessor.writeTo(java.lang.String t, Viewable viewable, java.io.OutputStream out)
           
 void ViewableMessageBodyWriter.writeTo(Viewable v, java.lang.Class<?> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.Object> httpHeaders, java.io.OutputStream entityStream)
           
 

Uses of Viewable in com.sun.jersey.spi.template
 

Subclasses of Viewable in com.sun.jersey.spi.template
 class ResolvedViewable<T>
          A resolved Viewable.
 

Methods in com.sun.jersey.spi.template with parameters of type Viewable
 ResolvedViewable TemplateContext.resolveViewable(Viewable v)
          Resolve a Viewable.
 ResolvedViewable TemplateContext.resolveViewable(Viewable v, java.lang.Class<?> resolvingClass)
          Resolve a Viewable given a resolving class.
 ResolvedViewable TemplateContext.resolveViewable(Viewable v, javax.ws.rs.core.UriInfo ui)
          Resolve a Viewable.
 void ViewProcessor.writeTo(T t, Viewable viewable, java.io.OutputStream out)
          Process a template and write the result to an output stream.
 

Constructors in com.sun.jersey.spi.template with parameters of type Viewable
ResolvedViewable(ViewProcessor<T> vp, T t, Viewable v)
          Create a resolved viewable.
ResolvedViewable(ViewProcessor<T> vp, T t, Viewable v, java.lang.Class<?> resolvingClass)
          Create a resolved viewable.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.