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 Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Constructor SummaryConstructors Constructor Description ChooseWhenHandler(TagConfig config)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)booleanisTestTrue(FaceletContext ctx)- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ChooseWhenHandlerpublic ChooseWhenHandler(TagConfig config) 
 
- 
 - 
Method Detail- 
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
 
 - 
isTestTruepublic boolean isTestTrue(FaceletContext ctx) 
 
- 
 
-