|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerTag
Interface to a container tag. A container has the following characteristics:
doBeforeBody(TagInfo, JET2Context, JET2Writer)
)setBodyContent(JET2Writer)
is called after doBeforeBody(TagInfo, JET2Context, JET2Writer)
.doAfterBody(TagInfo, JET2Context, JET2Writer)
).CustomTag
.doBeforeBody(TagInfo, JET2Context, JET2Writer)
is called immediately before starting processing
of the tag's contentsetBodyContent(JET2Writer)
is called.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.EmptyTag |
---|
doAction |
Method Detail |
---|
void doBeforeBody(TagInfo td, JET2Context context, JET2Writer out) throws JET2TagException
td
- context
- out
-
JET2TagException
void doAfterBody(TagInfo td, JET2Context context, JET2Writer out) throws JET2TagException
td
- context
- out
-
JET2TagException
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 |