Uses of Class
org.eclipse.jet.taglib.CustomTagKind

Packages that use CustomTagKind
org.eclipse.jet.taglib Interfaces and abstract classes for implement custom JET tags. 
 

Uses of CustomTagKind in org.eclipse.jet.taglib
 

Fields in org.eclipse.jet.taglib declared as CustomTagKind
static CustomTagKind CustomTagKind.CONDITIONAL
          A tag declared in the tagLibrary extension using the 'conditionalTag' element.
static CustomTagKind CustomTagKind.CONTAINER
          A tag declared in the tagLibrary extension using the 'containerTag' element.
static CustomTagKind CustomTagKind.EMPTY
          A tag declared in the tagLibrary extension using the 'emptyTag' element.
static CustomTagKind CustomTagKind.FUNCTION
          A tag declared in the tagLibrary extension using the 'functionTag' element.
static CustomTagKind CustomTagKind.ITERATING
          A tag declared in the tagLibrary extension using the 'iteratingTag' element.
static CustomTagKind CustomTagKind.OTHER
          A tag declared in the tagLibrary extension using the 'tag' element.
 

Methods in org.eclipse.jet.taglib that return CustomTagKind
 CustomTagKind TagDefinition.getKind()
          Return the tag kind (CustomTagKind).
 CustomTagKind CustomTag.getKind()
          Return the kind of the custom tag
 CustomTagKind AbstractOtherTag.getKind()
           
 CustomTagKind AbstractIteratingTag.getKind()
           
 CustomTagKind AbstractFunctionTag.getKind()
           
 CustomTagKind AbstractEmptyTag.getKind()
           
 CustomTagKind AbstractContainerTag.getKind()
           
 CustomTagKind AbstractConditionalTag.getKind()
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.