org.apache.myfaces.view.facelets.tag.jstl.core
Class CatchHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jstl.core.CatchHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="c:catch")
public final class CatchHandler
- extends TagHandler
Catches any Throwable that occurs in its body and optionally
exposes it.
- Version:
- $Id: CatchHandler.java 1187701 2011-10-22 12:21:54Z bommel $
- Author:
- Jacob Hookom
CatchHandler
public CatchHandler(TagConfig config)
- Parameters:
config
-
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
Copyright © 2014 The Apache Software Foundation. All rights reserved.