glogic.sample.sys
Class SimpleInfoWriterTag
java.lang.Object
TagSupport
glogic.sample.sys.SimpleInfoWriterTag
- public final class SimpleInfoWriterTag
- extends TagSupport
Renders arbitrary info based on name attribute passed in. The
tag implementation will use the name attrib to decide what to render.
- Author:
- Sam Taha
- See Also:
- Serialized Form
|
Method Summary |
int |
doEndTag()
|
int |
doStartTag()
Defer our checking until the end of this tag is encountered. |
java.lang.String |
getName()
|
void |
setName(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleInfoWriterTag
public SimpleInfoWriterTag()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
doStartTag
public int doStartTag()
throws JspException
- Defer our checking until the end of this tag is encountered.
- Throws:
JspException - if a JSP exception has occurred
doEndTag
public int doEndTag()
throws JspException
- Throws:
JspException - if a JSP exception has occurred
Copyright © Grand Logic, Inc. All Rights Reserved.