public interface OtherTag
Represent a fully generate tag implementation. Clients are urged to implement one of the specific tag implementations instead.
void
doEnd ( TagInfo tc, JET2Context context, JET2Writer out)
doStart ( TagInfo tc, JET2Context context, JET2Writer out)
handleBodyContent ( TagInfo tc, JET2Context context, JET2Writer out, JET2Writer bodyContent)
boolean
okToProcessBody ( TagInfo tc, JET2Context context)
getAttribute, getKind, getOut, getParent, getRawAttribute, setContext, setOut, setParent, setTagInfo
void doEnd( TagInfo tc, JET2Context context, JET2Writer out) throws JET2TagException
tc
context
out
JET2TagException
void doStart( TagInfo tc, JET2Context context, JET2Writer out) throws JET2TagException
void handleBodyContent( TagInfo tc, JET2Context context, JET2Writer out, JET2Writer bodyContent) throws JET2TagException
bodyContent
boolean okToProcessBody( TagInfo tc, JET2Context context) throws JET2TagException
true