Package | Description |
---|---|
com.google.clearsilver.jsilver.compiler | |
com.google.clearsilver.jsilver.interpreter | |
com.google.clearsilver.jsilver.template |
Modifier and Type | Class and Description |
---|---|
class |
BaseCompiledTemplate.CompiledMacro |
Modifier and Type | Class and Description |
---|---|
class |
InterpretedMacro
User defined macro that will be executed by the interpreter.
|
Modifier and Type | Method and Description |
---|---|
Macro |
DefaultRenderingContext.findMacro(String name) |
Macro |
RenderingContext.findMacro(String name)
Lookup a macro that's already been registered.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultRenderingContext.registerMacro(String name,
Macro macro) |
void |
RenderingContext.registerMacro(String name,
Macro macro)
Register a macro in the current rendering context.
|
Copyright © 2010–2019 Google. All rights reserved.