Class ChooseWhenHandler
java.lang.Object
jakarta.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jstl.core.ChooseWhenHandler
- All Implemented Interfaces:
- FaceletHandler,- ComponentContainerHandler
@JSFFaceletTag(name="c:when")
public final class ChooseWhenHandler
extends TagHandler
implements ComponentContainerHandler
Subtag of <choose> that includes its body if its
 condition evalutes to 'true'
- Version:
- $Id$
- Author:
- Jacob Hookom
- 
Field SummaryFields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidapply(FaceletContext ctx, UIComponent parent) booleanisTestTrue(FaceletContext ctx) Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
- 
Constructor Details- 
ChooseWhenHandler
 
- 
- 
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
 
- 
isTestTrue
 
-