|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MacroBlock | |
---|---|
org.peaseplate.internal.model | |
org.peaseplate.internal.template |
Uses of MacroBlock in org.peaseplate.internal.model |
---|
Methods in org.peaseplate.internal.model that return types with arguments of type MacroBlock | |
---|---|
java.util.Map<java.lang.String,MacroBlock> |
CompileContext.getMacroBlocks()
Returns an unmodifiable map of macro blocks |
Methods in org.peaseplate.internal.model with parameters of type MacroBlock | |
---|---|
void |
CompileContext.addMacroBlock(MacroBlock macroBlock)
Adds a macro block |
Uses of MacroBlock in org.peaseplate.internal.template |
---|
Methods in org.peaseplate.internal.template that return MacroBlock | |
---|---|
MacroBlock |
MacroReference.getMacroBlock()
|
Constructors in org.peaseplate.internal.template with parameters of type MacroBlock | |
---|---|
MacroReference(Template template,
MacroBlock macroBlock)
|
Constructor parameters in org.peaseplate.internal.template with type arguments of type MacroBlock | |
---|---|
ChunkBasedTemplate(TemplateEngine engine,
TemplateLocator locator,
Chunk[] chunks,
java.util.List<ResourceKey> importedResourceKeys,
java.util.Map<java.lang.String,MacroBlock> macroBlocks)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |