it.eng.spago.tags
Class DefaultErrorTag

java.lang.Object
  extended byTagSupport
      extended byit.eng.spago.tags.DefaultErrorTag

public class DefaultErrorTag
extends TagSupport

See Also:
Serialized Form

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