TaskBean API
0.5

glogic.sample.sys
Class SimpleInfoWriterTag

java.lang.Object
  extended byTagSupport
      extended byglogic.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

Constructor Summary
SimpleInfoWriterTag()
           
 
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
 

Constructor Detail

SimpleInfoWriterTag

public SimpleInfoWriterTag()
Method Detail

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

TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.