coreservlets.tags
Class IfElseTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--coreservlets.tags.IfElseTag
- public class IfElseTag
- extends BodyTagSupport
The else part of an if tag.
Taken from Core Servlets and JavaServer Pages
from Prentice Hall and Sun Microsystems Press,
http://www.coreservlets.com/.
© 2000 Marty Hall; may be freely used or adapted.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
IfElseTag
public IfElseTag()
doStartTag
public int doStartTag()
throws JspTagException
- Overrides:
- doStartTag in class BodyTagSupport
doAfterBody
public int doAfterBody()
- Overrides:
- doAfterBody in class BodyTagSupport
 |
|---|
| CSAJSP @ amazon.com |
|---|