Uses of Class
org.eclipse.jet.AbstractContextExtender

Packages that use AbstractContextExtender
org.eclipse.jet Defines core interfaces for executing JET transformations and templates.  
org.eclipse.jet.taglib.workspace Defines JET workspace actions that custom tags may perform as part of a JET transformation.  
org.eclipse.jet.transform Defines JET transformation related interfaces.  
 

Uses of AbstractContextExtender in org.eclipse.jet
 

Subclasses of AbstractContextExtender in org.eclipse.jet
 class XPathContextExtender
          Context Extender that understands XPath processing.
 

Uses of AbstractContextExtender in org.eclipse.jet.taglib.workspace
 

Subclasses of AbstractContextExtender in org.eclipse.jet.taglib.workspace
 class WorkspaceContextExtender
          An extension to the JET2Context for collecting workspace actions (file writes etc) and performing them at the end of a JET2 transformation.
 

Uses of AbstractContextExtender in org.eclipse.jet.transform
 

Subclasses of AbstractContextExtender in org.eclipse.jet.transform
 class TransformContextExtender
          Extender to the JET2Context for supporting JET2 Transforms
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.