Package org.eclipse.jet

Defines core interfaces for executing JET transformations and templates.

See:
          Description

Interface Summary
BufferedJET2Writer Protocol defining a buffered writer for JET.
IWriterListener Callback interface allowing participation in the finalization of a JET2Writer's content.
JET1TemplateManager.ITemplateOperation Protocol for a dynamic template operation.
JET1TemplateManager.ITemplateRunner Defines the protocol for an operation that dynamically invokes JET1 templates.
JET2Context.LogListener Protocol for a listener to the JET2Context log.
JET2Template Interface to compiled JET2 templates.
JET2TemplateLoader A loader for templates within a transform.
JET2TemplateLoaderExtension Extension interface for JET2TemplateLoader allowing for delegation of template loading to other loaders
JET2TemplateManager.ITemplateOperation Protocol for a dynamic template operation.
JET2TemplateManager.ITemplateRunner Defines the protocol for an operation that dynamically invokes JET2 templates.
JET2Writer Protocol for content writing in JET2 templates.
 

Class Summary
AbstractContextExtender A base class for extending the JET2 context.
BodyContentWriter Standard implementation of BufferedJET2Writer that uses on IDocument as its buffer.
ContextLogEntry Entry in the log created by JET2Context log methods
ContextLogEntry.Builder Builder for ContextLogEntry entities
JET1TemplateManager Mananger for operations that dynamically invoke JET1 templates.
JET2Context Define the execution context for a JET2 transform or template.
JET2Platform Utility class for invoking JET Transforms
JET2TemplateManager Mananger for operations that dynamically invoke JET2 templates.
XPathContextExtender Context Extender that understands XPath processing.
 

Exception Summary
CoreJETException Represents an exception in the core JET engine
WriterPositionException Deprecated. No longer used
 

Package org.eclipse.jet Description

Defines core interfaces for executing JET transformations and templates.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.