Uses of Class
org.glassfish.jersey.server.mvc.Viewable

Packages that use Viewable
org.glassfish.jersey.server.mvc.internal   
org.glassfish.jersey.server.mvc.spi Provides support for view aspect of model view controller and templates that produce views. 
org.glassfish.jersey.servlet.mvc.internal   
 

Uses of Viewable in org.glassfish.jersey.server.mvc.internal
 

Methods in org.glassfish.jersey.server.mvc.internal with parameters of type Viewable
static String TemplateHelper.getTemplateName(Viewable viewable)
          Get template name from given viewable or return index if the given viewable doesn't contain a valid template name.
 

Uses of Viewable in org.glassfish.jersey.server.mvc.spi
 

Subclasses of Viewable in org.glassfish.jersey.server.mvc.spi
 class ResolvedViewable<T>
          A resolved viewable.
 

Methods in org.glassfish.jersey.server.mvc.spi with parameters of type Viewable
 ResolvedViewable ViewableContext.resolveViewable(Viewable viewable, MediaType mediaType, Class<?> resolvingClass, TemplateProcessor templateProcessor)
          Resolve given viewable using mediaType, resolvingClass and templateProcessor.
 void TemplateProcessor.writeTo(T templateReference, Viewable viewable, MediaType mediaType, OutputStream out)
          Process a template and write the result to an output stream.
 

Constructors in org.glassfish.jersey.server.mvc.spi with parameters of type Viewable
ResolvedViewable(TemplateProcessor<T> viewProcessor, T templateReference, Viewable viewable, Class<?> resolvingClass, MediaType mediaType)
          Create a resolved viewable.
ResolvedViewable(TemplateProcessor<T> viewProcessor, T templateReference, Viewable viewable, MediaType mediaType)
          Create a resolved viewable.
 

Uses of Viewable in org.glassfish.jersey.servlet.mvc.internal
 

Methods in org.glassfish.jersey.servlet.mvc.internal with parameters of type Viewable
 void JspTemplateProcessor.writeTo(String templateReference, Viewable viewable, MediaType mediaType, OutputStream out)
           
 

Constructors in org.glassfish.jersey.servlet.mvc.internal with parameters of type Viewable
RequestDispatcherWrapper(javax.servlet.RequestDispatcher dispatcher, String basePath, HttpContext httpContext, Viewable viewable)
          Creates new RequestDispatcherWrapper responsible for setting request attributes and forwarding the processing to the given dispatcher.
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.