Uses of Interface
org.jostraca.Constants

Packages that use Constants
org.jostraca Primary Jostraca interfaces and implementation classes. 
org.jostraca.process Template processing classes. 
 

Uses of Constants in org.jostraca
 

Classes in org.jostraca that implement Constants
 class Service
          The Service class provides the top level code generation functionality of Jostraca.
 

Uses of Constants in org.jostraca.process
 

Subinterfaces of Constants in org.jostraca.process
 interface TemplateHandler
          Represents a distinct stage in the processing of a template.
 

Classes in org.jostraca.process that implement Constants
 class CCompiler
          Processing class for c compilation using an external compiler.
 class CController
          Controller for C CodeWriters.
 class ExternalJavaCompiler
          Processing class for external java compiler executable.
 class ExternalJavaController
          Processing class for external java CodeWriter execution.
 class ExternalJythonController
          Processing class for external jython script execution.
 class GenericCompiler
          Processing class for generic compilation using an external compiler.
 class GenericController
          Processing class for executing CodeWriters externally.
 class GenericMerger
          Processing class for merging template text and script into CodeWriter formats.
 class GenericParser
          Processing class for parsing templates.
 class GenericPreparer
          Processing class for preparing the generation process by setting special properties.
 class GenericSaver
          Processing class for saving the CodeWriter to a file.
 class InternalJavaCompiler
          Processing class for compiling Java classes inside the Jostraca process.
 class InternalJavaController
          Processing class for executing CodeWriters inside the Java process.
 class InternalJythonController
          Processing class for executing Jython CodeWriters inside the Jostraca process.
 class JavaCompiler
          Support class for Java compiler processing classes.
 class JavaController
          Support class for Java CodeWriter executing processing classes.
 class JavaScriptController
          Processing class for executing CodeWriters inside the Java process.
 class JythonController
          Support class for Jython CodeWriter executing processing classes.
 class MetaUtil
          Utilities for creating and saving template meta data properties.
 class RebolController
          Processing class for executing REBOL scripts.
 class TemplateHandlerSupport
          Support classe for template handler implementations.
 



Copyright © 2000-2002 Richard Rodger