Uses of Interface
org.sf.codejen.Template

Packages that use Template
org.sf.codejen   
org.sf.codejen.freemarker   
org.sf.codejen.js   
 

Uses of Template in org.sf.codejen
 

Classes in org.sf.codejen that implement Template
 class DefaultTemplate
          An default implementation of Template providing basic features.
 class TemplateAdapter
          Null implementation of Template.
 

Methods in org.sf.codejen with parameters of type Template
 void TemplateProcessor.process(Template template)
          Processes the template.
 

Method parameters in org.sf.codejen with type arguments of type Template
 boolean TemplateConfiguration.addAll(Collection<? extends Template> c)
          Adds the parsed templates to existing config.
 

Constructor parameters in org.sf.codejen with type arguments of type Template
CodeGenerator(List<Template> config)
          Constructs the code generator with a list of templates.
 

Uses of Template in org.sf.codejen.freemarker
 

Classes in org.sf.codejen.freemarker that implement Template
 class FreeMarkerTemplate
          Implementation of Template using FreeMarker as the template engine.
 

Uses of Template in org.sf.codejen.js
 

Methods in org.sf.codejen.js with parameters of type Template
 void JsTemplateProcessor.process(Template template)