org.apache.myfaces.view.facelets.tag.jstl.core
Class ChooseWhenHandler
java.lang.Object
javax.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: ChooseWhenHandler.java 1306698 2012-03-29 03:13:06Z lu4242 $
- Author:
- Jacob Hookom
ChooseWhenHandler
public ChooseWhenHandler(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
isTestTrue
public boolean isTestTrue(FaceletContext ctx)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.