Package org.jostraca.process

Template processing classes.

See:
          Description

Interface Summary
ProcessManager Definition of the manager class for template processing.
ProcessStage Represents a distinct stage in the processing of the template list.
TemplateHandler Represents a distinct stage in the processing of a template.
 

Class Summary
BasicProcessManager Management class for controlling processing class instances.
CCompiler Processing class for c compilation using an external compiler.
CController Controller for C CodeWriters.
CompilerProcessStage Infrastructure class for compiler processing classes.
ControllerProcessStage Infrastructure class for controller processing classes.
CUtil Utilities to handle C specific compilation and execution.
ExternalJavaCompiler Processing class for external java compiler executable.
ExternalJavaController Processing class for external java CodeWriter execution.
ExternalJythonController Processing class for external jython script execution.
GenericCompiler Processing class for generic compilation using an external compiler.
GenericController Processing class for executing CodeWriters externally.
GenericMerger Processing class for merging template text and script into CodeWriter formats.
GenericParser Processing class for parsing templates.
GenericPreparer Processing class for preparing the generation process by setting special properties.
GenericSaver Processing class for saving the CodeWriter to a file.
InternalJavaCompiler Processing class for compiling Java classes inside the Jostraca process.
InternalJavaController Processing class for executing CodeWriters inside the Java process.
InternalJythonController Processing class for executing Jython CodeWriters inside the Jostraca process.
JavaCompiler Support class for Java compiler processing classes.
JavaController Support class for Java CodeWriter executing processing classes.
JavaScriptController Processing class for executing CodeWriters inside the Java process.
JavaUtil Utilities to handle Java specific compilation and execution.
JythonController Support class for Jython CodeWriter executing processing classes.
MergerProcessStage Infrastructure class for merger processing classes.
MetaUtil Utilities for creating and saving template meta data properties.
ParserProcessStage Infrastructure class for parser processing classes.
PreparerProcessStage Infrastructure class for preparer processing classes.
ProcessException.Code Code enumeration class for ProcessException
ProcessStageSupport Support class for processing stage classes.
RebolController Processing class for executing REBOL scripts.
SaverProcessStage Infrastructure class for saver processing classes.
TemplateHandlerManager Manages set of TemplateHandlers for a particular ProcessStage
TemplateHandlerSupport Support classe for template handler implementations.
 

Exception Summary
ProcessException ProcessException class.
 

Package org.jostraca.process Description

Template processing classes.



Copyright © 2000-2002 Richard Rodger