Uses of Class
net.sf.jelly.apt.strategies.TemplateOutputRedirectionStrategy

Packages that use TemplateOutputRedirectionStrategy
net.sf.jelly.apt.strategies  
 

Uses of TemplateOutputRedirectionStrategy in net.sf.jelly.apt.strategies
 

Subclasses of TemplateOutputRedirectionStrategy in net.sf.jelly.apt.strategies
 class FileStrategy<B extends TemplateBlock>
          Strategy for getting the output to a new file relative to the output directory specified for APT.
 class JavaSourceStrategy<B extends TemplateBlock>
          Strategy for getting the output to a new java source file.