|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OtherTag
Represent a fully generate tag implementation. Clients are urged to implement one of the specific tag implementations instead.
| Method Summary | |
|---|---|
void |
doEnd(TagInfo tc,
JET2Context context,
JET2Writer out)
Perform actions required after the tag body has been evaluted. |
void |
doStart(TagInfo tc,
JET2Context context,
JET2Writer out)
Perform actions required prior to the tag body evaluation. |
void |
handleBodyContent(TagInfo tc,
JET2Context context,
JET2Writer out,
JET2Writer bodyContent)
Re-write the tag body. |
boolean |
okToProcessBody(TagInfo tc,
JET2Context context)
Test whether the tags body should be processed. |
| Methods inherited from interface org.eclipse.jet.taglib.CustomTag |
|---|
getAttribute, getKind, getOut, getParent, getRawAttribute, setContext, setOut, setParent, setTagInfo |
| Method Detail |
|---|
void doEnd(TagInfo tc,
JET2Context context,
JET2Writer out)
throws JET2TagException
tc - context - out -
JET2TagException
void doStart(TagInfo tc,
JET2Context context,
JET2Writer out)
throws JET2TagException
tc - context - out -
JET2TagException
void handleBodyContent(TagInfo tc,
JET2Context context,
JET2Writer out,
JET2Writer bodyContent)
throws JET2TagException
tc - context - out - bodyContent -
JET2TagException
boolean okToProcessBody(TagInfo tc,
JET2Context context)
throws JET2TagException
tc - context -
true if the body is to be processed
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 | |||||||||