| Author |
a qustion on handler class
|
tony lee
Ranch Hand
Joined: Jan 21, 2002
Posts: 52
|
|
Hi, Is anybody know which methods - doStartTag(), doEndTag(), doBodyTag(), are mandatory to a handler class? Why? Thanks,
|
SCJP2, SCWCD
|
 |
Madhav Lakkapragada
Ranch Hand
Joined: Jun 03, 2000
Posts: 5040
|
|
As far as I know nothing is mandatory. There is a default behavior in the TagHandler class and the BodyTagSupport class. You must note that this default implementation is not very helpful though. So, in a way you have to implement anything specific that you want. regds. - madhav
|
Take a Minute, Donate an Hour, Change a Life
http://www.ashanet.org/workanhour/2006/?r=Javaranch_ML&a=81
|
 |
 |
|
|
subject: a qustion on handler class
|
|
|