|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.taglib.AbstractCustomTag
org.eclipse.jet.taglib.AbstractContainerTag
org.eclipse.jet.taglib.AbstractConditionalTag
public abstract class AbstractConditionalTag
Partial implementation of ConditionalTag
Constructor Summary | |
---|---|
AbstractConditionalTag()
Construct an instance |
Method Summary | |
---|---|
void |
doAfterBody(TagInfo td,
JET2Context context,
JET2Writer out)
Default version of {#link ContainerTag.doAfterBody(TagInfo, JET2Context, JET2Writer) that does nothing. |
void |
doBeforeBody(TagInfo td,
JET2Context context,
JET2Writer out)
Default version of ContainerTag.doBeforeBody(TagInfo, JET2Context, JET2Writer) that does nothing. |
CustomTagKind |
getKind()
Return the kind of the custom tag |
Methods inherited from class org.eclipse.jet.taglib.AbstractContainerTag |
---|
doAction, setBodyContent |
Methods inherited from class org.eclipse.jet.taglib.AbstractCustomTag |
---|
getAttribute, getOut, getParent, getRawAttribute, setContext, setOut, setParent, setTagInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jet.taglib.ConditionalTag |
---|
doEvalCondition |
Methods inherited from interface org.eclipse.jet.taglib.ContainerTag |
---|
setBodyContent |
Methods inherited from interface org.eclipse.jet.taglib.EmptyTag |
---|
doAction |
Constructor Detail |
---|
public AbstractConditionalTag()
Method Detail |
---|
public final CustomTagKind getKind()
CustomTag
getKind
in interface CustomTag
getKind
in class AbstractContainerTag
CustomTagKind.CONDITIONAL
.CustomTag.getKind()
public void doBeforeBody(TagInfo td, JET2Context context, JET2Writer out) throws JET2TagException
ContainerTag.doBeforeBody(TagInfo, JET2Context, JET2Writer)
that does nothing.
doBeforeBody
in interface ContainerTag
JET2TagException
public void doAfterBody(TagInfo td, JET2Context context, JET2Writer out) throws JET2TagException
ContainerTag.doAfterBody(TagInfo, JET2Context, JET2Writer)
that does nothing.
doAfterBody
in interface ContainerTag
JET2TagException
|
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 |