it.eng.spago.tags
Class GenerateTokenTag

java.lang.Object
  extended by TagSupport
      extended by it.eng.spago.tags.GenerateTokenTag

public class GenerateTokenTag
extends TagSupport

Author:
Boccalon

Constructor Summary
GenerateTokenTag()
          Constructor for GenerateTokenTag.
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateTokenTag

public GenerateTokenTag()
Constructor for GenerateTokenTag.

Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException
See Also:
javax.servlet.jsp.tagext.Tag#doEndTag()