Uses of Interface
org.glassfish.jersey.server.mvc.spi.TemplateProcessor

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

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

Classes in org.glassfish.jersey.server.mvc.spi that implement TemplateProcessor
 class AbstractTemplateProcessor<T>
          Default implementation of template processor that can be used to implement support for custom templating engines.
 

Methods in org.glassfish.jersey.server.mvc.spi with parameters of type TemplateProcessor
 ResolvedViewable ViewableContext.resolveViewable(Viewable viewable, javax.ws.rs.core.MediaType mediaType, Class<?> resolvingClass, TemplateProcessor templateProcessor)
          Resolve given viewable using mediaType, resolvingClass and templateProcessor.
 

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



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.