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

Packages that use TemplateProcessor
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. 
 

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

Classes in org.glassfish.jersey.server.mvc.internal that implement TemplateProcessor
 class DefaultTemplateProcessor<T>
          Implementation of TemplateProcessor common to cases where a base path in template name should be used when resolving a viewable.
 

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

Methods in org.glassfish.jersey.server.mvc.spi with parameters of type TemplateProcessor
 ResolvedViewable ViewableContext.resolveViewable(Viewable viewable, MediaType mediaType, java.lang.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, java.lang.Class<?> resolvingClass, MediaType mediaType)
          Create a resolved viewable.
ResolvedViewable(TemplateProcessor<T> viewProcessor, T templateReference, Viewable viewable, MediaType mediaType)
          Create a resolved viewable.
 



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