com.sun.jersey.spi.template
Interface TemplateContext


public interface TemplateContext

The context for getting template processors.


Method Summary
 java.util.Set<TemplateProcessor> getTemplateProcessors()
          Get the set of template processors.
 

Method Detail

getTemplateProcessors

java.util.Set<TemplateProcessor> getTemplateProcessors()
Get the set of template processors.

Returns:
the set of template processors.