|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.taglib.CustomTagKind
An enumeration of the deferent kinds of tags.
Field Summary | |
---|---|
static CustomTagKind |
CONDITIONAL
A tag declared in the tagLibrary extension using the 'conditionalTag' element. |
static CustomTagKind |
CONTAINER
A tag declared in the tagLibrary extension using the 'containerTag' element. |
static CustomTagKind |
EMPTY
A tag declared in the tagLibrary extension using the 'emptyTag' element. |
static CustomTagKind |
FUNCTION
A tag declared in the tagLibrary extension using the 'functionTag' element. |
static CustomTagKind |
ITERATING
A tag declared in the tagLibrary extension using the 'iteratingTag' element. |
static CustomTagKind |
OTHER
A tag declared in the tagLibrary extension using the 'tag' element. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final CustomTagKind OTHER
public static final CustomTagKind EMPTY
public static final CustomTagKind FUNCTION
public static final CustomTagKind ITERATING
true
, the elements contents are written to the output.
public static final CustomTagKind CONDITIONAL
true
, the elements contents are written to the output.
public static final CustomTagKind CONTAINER
Method Detail |
public java.lang.String toString()
Object.toString()
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |