Package org.eclipse.jet.taglib.workspace

Defines JET workspace actions that custom tags may perform as part of a JET transformation.

See:
          Description

Interface Summary
IWorkspaceAction Represents a workspace action managed by WorkspaceContextExtender.
IWorkspaceAction2 Enhanced workspace action protocol based on IWorkspaceAction that provides feedback on whether an action IO action was performed.
IWorkspaceActionExtension Extension to IWorkspaceAction that permits actions to avoid unnecessary file IO if the generated contents have not changed and the contents is generated by a BufferedJET2Writer.
 

Class Summary
AbstractWorkspaceAction Abstract implementation of IWorkspaceAction that manages the standard execution tracing information.
AbstractWorkspaceAction2 Abstract implementation of IWorkspaceAction that manages the standard execution tracing information.
ActionsUtil Utility class for workspace actions.
WorkspaceContextExtender An extension to the JET2Context for collecting workspace actions (file writes etc) and performing them at the end of a JET2 transformation.
 

Package org.eclipse.jet.taglib.workspace Description

Defines JET workspace actions that custom tags may perform as part of a JET transformation.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.