|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to a container tag. A container has the following characteristics:
ContainerTag.doBeforeBody(TagInfo, JET2Context, JET2Writer)
)ContainerTag.setBodyContent(JET2Writer)
is called after ContainerTag.doBeforeBody(TagInfo, JET2Context, JET2Writer)
.ContainerTag.doAfterBody(TagInfo, JET2Context, JET2Writer)
).CustomTag
.ContainerTag.doBeforeBody(TagInfo, JET2Context, JET2Writer)
is called immediately before starting processing
of the tag's contentContainerTag.setBodyContent(JET2Writer)
is called.ContainerTag.doAfterBody(TagInfo, JET2Context, JET2Writer)
is called.
Method Summary | |
---|---|
void |
doAfterBody(TagInfo td,
JET2Context context,
JET2Writer out)
Perform processing after the tag body is processed. |
void |
doBeforeBody(TagInfo td,
JET2Context context,
JET2Writer out)
Perform processing before the tags body is processed. |
void |
setBodyContent(JET2Writer bodyContent)
Passes the tag handler a writer containing the processed contents of the tag body. |
Methods inherited from interface org.eclipse.jet.taglib.CustomTag |
---|
getAttribute, getKind, getOut, getParent, getRawAttribute, setContext, setOut, setParent, setTagInfo |
Methods inherited from interface org.eclipse.jet.taglib.EmptyTag |
---|
doAction |
Method Detail |
public void doBeforeBody(TagInfo td, JET2Context context, JET2Writer out) throws JET2TagException
td
- context
- out
-
JET2TagException
public void doAfterBody(TagInfo td, JET2Context context, JET2Writer out) throws JET2TagException
td
- context
- out
-
JET2TagException
public void setBodyContent(JET2Writer bodyContent)
bodyContent
-
|
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 |