org.eclipse.jet.taglib
Class AbstractEmptyTag
java.lang.Object
org.eclipse.jet.taglib.AbstractCustomTag
org.eclipse.jet.taglib.AbstractEmptyTag
- All Implemented Interfaces:
- CustomTag, EmptyTag
- public abstract class AbstractEmptyTag
- extends AbstractCustomTag
- implements EmptyTag
An abstract implementation of EmptyTag
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEmptyTag
public AbstractEmptyTag()
getKind
public final CustomTagKind getKind()
- Description copied from interface:
CustomTag
- Return the kind of the custom tag
- Specified by:
getKind
in interface CustomTag
- Returns:
CustomTagKind.EMPTY
- See Also:
CustomTag.getKind()