Uses of Class
net.sf.jelly.apt.freemarker.FreemarkerTemplateBlock

Packages that use FreemarkerTemplateBlock
net.sf.jelly.apt.freemarker  
 

Uses of FreemarkerTemplateBlock in net.sf.jelly.apt.freemarker
 

Methods in net.sf.jelly.apt.freemarker with parameters of type FreemarkerTemplateBlock
 void FreemarkerTemplateBlock.redirect(FreemarkerTemplateBlock block, java.io.Writer writer)
          Redirect the output.
 void FreemarkerTemplateBlock.write(FreemarkerTemplateBlock block)
          No-op, as the work of writing the block will be done by Freemarker.