org.apache.myfaces.view.facelets.tag.jstl.core
Class ChooseHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jstl.core.ChooseHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="c:choose")
public final class ChooseHandler
- extends TagHandler
Simple conditional tag that establishes a context for
mutually exclusive conditional operations, marked by
<when> and <otherwise>
- Version:
- $Id: ChooseHandler.java 1187700 2011-10-22 12:19:37Z bommel $
- Author:
- Jacob Hookom
ChooseHandler
public ChooseHandler(TagConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.