| Author |
TagSupport -- IterationTag
|
jr gil
Greenhorn
Joined: Jan 14, 2003
Posts: 7
|
|
The JWebPlus mock exam made this statement to explain one of its answers. TagSupport implements IterationTag. Therefore, doAfterBody() will be called if the handler extends TagSupport. However, it looks like the default return value for the doStartTag() in TagSupport is SKIP_BODY. If doStartTag() returns SKIP_BODY, will the body then not be evaluated and the next method called would be doEndTag()??? It doesn't seem like JUST because we extend TagSupport that doAfterBody() is guaranteed to be called. Any Ideas ???
|
 |
Al Newman
Ranch Hand
Joined: Mar 30, 2003
Posts: 716
|
|
|
It's not. You are precisely correct. I think I hit that one on the actual exam.
|
SCJP1.4, SCWCD
|
 |
 |
|
|
subject: TagSupport -- IterationTag
|
|
|