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, ComponentContainerHandler
@JSFFaceletTag(name="c:choose")
public final class ChooseHandler
- extends TagHandler
- implements ComponentContainerHandler
Simple conditional tag that establishes a context for
mutually exclusive conditional operations, marked by
<when> and <otherwise>
- Version:
- $Id: ChooseHandler.java 1576792 2014-03-12 15:57:38Z lu4242 $
- Author:
- Jacob Hookom
ChooseHandler
public ChooseHandler(TagConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Specified by:
apply
in interface FaceletHandler
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
Copyright © 2014 The Apache Software Foundation. All rights reserved.