Uses of Interface
com.google.clearsilver.jsilver.interpreter.TemplateFactory

Packages that use TemplateFactory
com.google.clearsilver.jsilver.compiler   
com.google.clearsilver.jsilver.interpreter   
 

Uses of TemplateFactory in com.google.clearsilver.jsilver.compiler
 

Constructors in com.google.clearsilver.jsilver.compiler with parameters of type TemplateFactory
TemplateCompiler(TemplateFactory templateFactory, FunctionExecutor globalFunctionExecutor, AutoEscapeOptions autoEscapeOptions)
           
 

Uses of TemplateFactory in com.google.clearsilver.jsilver.interpreter
 

Classes in com.google.clearsilver.jsilver.interpreter that implement TemplateFactory
 class LoadingTemplateFactory
          Loads a template from disk, and parses it into an AST.
 class OptimizingTemplateFactory
          Wraps a template factory with a series of optimization steps.
 

Constructors in com.google.clearsilver.jsilver.interpreter with parameters of type TemplateFactory
InterpretedTemplateLoader(TemplateFactory templateFactory, FunctionExecutor globalFunctionExecutor, AutoEscapeOptions autoEscapeOptions)
           
OptimizingTemplateFactory(TemplateFactory wrapped, OptimizerProvider... optimizers)
          Creates a factory from the given optimization steps that wraps another TemplateFactory.
 



Copyright © 2010-2012 Google. All Rights Reserved.