org.peaseplate.internal.template
Class MacroReference

java.lang.Object
  extended by org.peaseplate.internal.template.MacroReference

public class MacroReference
extends java.lang.Object


Constructor Summary
MacroReference(Template template, MacroBlock macroBlock)
           
 
Method Summary
 MacroBlock getMacroBlock()
           
 Template getTemplate()
           
 void render(BuildContext context, java.io.Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroReference

public MacroReference(Template template,
                      MacroBlock macroBlock)
Method Detail

getTemplate

public Template getTemplate()

getMacroBlock

public MacroBlock getMacroBlock()

render

public void render(BuildContext context,
                   java.io.Writer writer)
            throws TemplateException,
                   java.io.IOException
Throws:
TemplateException
java.io.IOException


Copyright © 2008. All Rights Reserved.