com.sun.jersey.spi.template
Interface TemplateContext


public interface TemplateContext

The context for getting template processors.

Author:
Paul.Sandoz@Sun.Com

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.


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