public class CatchTag
extends javax.servlet.jsp.tagext.TagSupport
implements javax.servlet.jsp.tagext.TryCatchFinally
Tag handler for <catch> in JSTL 1.0.
<catch> simply catches any Throwables that occur in its body and optionally exposes them.
| Constructor and Description |
|---|
CatchTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCatch(Throwable t) |
void |
doFinally() |
int |
doStartTag() |
void |
release() |
void |
setVar(String var) |
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportpublic void doCatch(Throwable t)
doCatch in interface javax.servlet.jsp.tagext.TryCatchFinallypublic void doFinally()
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinallypublic void setVar(String var)
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.