org.eclipse.jet.taglib
Class AbstractFunctionTag
java.lang.Object
org.eclipse.jet.taglib.AbstractCustomTag
org.eclipse.jet.taglib.AbstractFunctionTag
- All Implemented Interfaces:
- CustomTag, FunctionTag
- public abstract class AbstractFunctionTag
- extends AbstractCustomTag
- implements FunctionTag
Abstract implementation a tag element that treats is body content as if it where
an argument to a function, and writes the resulting calculation to the output.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFunctionTag
public AbstractFunctionTag()
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.FUNCTION
- See Also:
CustomTag.getKind()