Uses of Interface
com.sun.jersey.spi.template.TemplateProcessor

Packages that use TemplateProcessor
com.sun.jersey.spi.template Provides support for view aspect of model view controller and templates that produce views. 
 

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

Methods in com.sun.jersey.spi.template that return types with arguments of type TemplateProcessor
 java.util.Set<TemplateProcessor> TemplateContext.getTemplateProcessors()
          Get the set of template processors.
 

Constructors in com.sun.jersey.spi.template with parameters of type TemplateProcessor
ResolvedViewable(TemplateProcessor t, java.lang.String fullyQualifiedName, java.lang.Object model)
          Create a resolved viewable.
ResolvedViewable(TemplateProcessor t, java.lang.String fullyQualifiedName, java.lang.Object model, java.lang.Class<?> resolvingClass)
          Create a resolved viewable.
 



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