Class IfHandler
- java.lang.Object
- 
- jakarta.faces.view.facelets.TagHandler
- 
- org.apache.myfaces.view.facelets.tag.jstl.core.IfHandler
 
 
- 
- All Implemented Interfaces:
- FaceletHandler,- ComponentContainerHandler
 
 @JSFFaceletTag(name="c:if") @JSFFaceletAttribute(name="scope", className="java.lang.String", longDescription="Scope for var.") public final class IfHandler extends TagHandler implements ComponentContainerHandlerSimple conditional tag, which evalutes its body if the supplied condition is true and optionally exposes a Boolean scripting variable representing the evaluation of this condition- Version:
- $Id$
- Author:
- Jacob Hookom
 
- 
- 
Field Summary- 
Fields inherited from class jakarta.faces.view.facelets.TagHandlernextHandler, tag, tagId
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(FaceletContext ctx, UIComponent parent)- 
Methods inherited from class jakarta.faces.view.facelets.TagHandlergetAttribute, getRequiredAttribute, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
IfHandlerpublic IfHandler(TagConfig config) - Parameters:
- config-
 
 
- 
 - 
Method Detail- 
applypublic void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, jakarta.el.ELException - Specified by:
- applyin interface- FaceletHandler
- Throws:
- IOException
- FacesException
- jakarta.el.ELException
 
 
- 
 
-