Class ChooseHandler
java.lang.Object
jakarta.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$
- Author:
- Jacob Hookom
- 
Field SummaryFields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Constructor Details- 
ChooseHandler
 
- 
- 
Method Details- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, jakarta.el.ELException - Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
- FacesException
- FaceletException
- jakarta.el.ELException
 
 
-