Uses of Package
org.sf.codejen

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

Classes in org.sf.codejen used by org.sf.codejen
FileNameGenerator
          A file name generator for multiple file generation.
ModelExtractor
          Extracts a list of elements from the model for one-to-many source code generation.
Template
          Interface for template definition.
TemplateAdapter
          Null implementation of Template.
TemplateConfiguration
          The codegen config in object.
TemplateConfigurationParser
          Parser to parse the codegen config.
TemplateException
          A wrapper exception wrapping the Throwable during the source code generation.
TemplateProcessor
          Processor to (pre/post)process the template.
 

Classes in org.sf.codejen used by org.sf.codejen.freemarker
DefaultTemplate
          An default implementation of Template providing basic features.
Template
          Interface for template definition.
TemplateAdapter
          Null implementation of Template.
TemplateException
          A wrapper exception wrapping the Throwable during the source code generation.
 

Classes in org.sf.codejen used by org.sf.codejen.js
FileNameGenerator
          A file name generator for multiple file generation.
ModelExtractor
          Extracts a list of elements from the model for one-to-many source code generation.
Template
          Interface for template definition.
TemplateException
          A wrapper exception wrapping the Throwable during the source code generation.
TemplateProcessor
          Processor to (pre/post)process the template.