examples
Class LogTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
examples.ExampleTagBase
examples.LogTag
- All Implemented Interfaces:
- BodyTag, IterationTag, JspTag, Serializable, Tag
- public class LogTag
- extends ExampleTagBase
Log the contents of the body. Could be used to handle errors etc.
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogTag
public LogTag()
setToBrowser
public void setToBrowser(String value)
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class ExampleTagBase
- Throws:
JspException
doAfterBody
public int doAfterBody()
throws JspException
- Specified by:
doAfterBody
in interface IterationTag
- Overrides:
doAfterBody
in class ExampleTagBase
- Throws:
JspException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.