it.eng.spago.tags
Class DefaultErrorTag

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

public class DefaultErrorTag
extends TagSupport


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

DefaultErrorTag

public DefaultErrorTag()
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()