Uses of Interface
com.google.clearsilver.jsilver.template.Macro

Packages that use Macro
com.google.clearsilver.jsilver.compiler   
com.google.clearsilver.jsilver.interpreter   
com.google.clearsilver.jsilver.template   
 

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

Classes in com.google.clearsilver.jsilver.compiler that implement Macro
 class BaseCompiledTemplate.CompiledMacro
           
 

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

Classes in com.google.clearsilver.jsilver.interpreter that implement Macro
 class InterpretedMacro
          User defined macro that will be executed by the interpreter.
 

Uses of Macro in com.google.clearsilver.jsilver.template
 

Methods in com.google.clearsilver.jsilver.template that return Macro
 Macro DefaultRenderingContext.findMacro(String name)
           
 Macro RenderingContext.findMacro(String name)
          Lookup a macro that's already been registered.
 

Methods in com.google.clearsilver.jsilver.template with parameters of type Macro
 void DefaultRenderingContext.registerMacro(String name, Macro macro)
           
 void RenderingContext.registerMacro(String name, Macro macro)
          Register a macro in the current rendering context.
 



Copyright © 2010-2012 Google. All Rights Reserved.