coreservlets.tags
Class DebugTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--coreservlets.tags.DebugTag
- public class DebugTag
- extends TagSupport
A tag that includes the body content only if
the "debug" request parameter is set.
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 javax.servlet.jsp.tagext.TagSupport |
doEndTag,
findAncestorWithClass,
getId,
getParent,
getValue,
getValues,
release,
removeValue,
setId,
setPageContext,
setParent,
setValue |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
DebugTag
public DebugTag()
doStartTag
public int doStartTag()
- Overrides:
- doStartTag in class TagSupport
 |
|---|
| CSAJSP @ amazon.com |
|---|