org.apache.myfaces.view.facelets.tag.jstl.core
Class ChooseOtherwiseHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jstl.core.ChooseOtherwiseHandler
- All Implemented Interfaces:
- FaceletHandler
@JSFFaceletTag(name="c:otherwise")
public final class ChooseOtherwiseHandler
- extends TagHandler
Subtag of <choose> that follows <when> tags
and runs only if all of the prior conditions evaluated to
'false'
- Version:
- $Id: ChooseOtherwiseHandler.java,v 1.3 2008/07/13 19:01:44 rlubke Exp $
- Author:
- Jacob Hookom
ChooseOtherwiseHandler
public ChooseOtherwiseHandler(TagConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.