org.apache.myfaces.view.facelets.tag.jstl.core
Class ChooseHandler

java.lang.Object
  extended by javax.faces.view.facelets.TagHandler
      extended by org.apache.myfaces.view.facelets.tag.jstl.core.ChooseHandler
All Implemented Interfaces:
FaceletHandler

@JSFFaceletTag(name="c:choose")
public final class ChooseHandler
extends TagHandler

Simple conditional tag that establishes a context for mutually exclusive conditional operations, marked by <when> and <otherwise>

Version:
$Id: ChooseHandler.java 1236226 2012-01-26 15:08:29Z lu4242 $
Author:
Jacob Hookom

Field Summary
 
Fields inherited from class javax.faces.view.facelets.TagHandler
nextHandler, tag, tagId
 
Constructor Summary
ChooseHandler(TagConfig config)
           
 
Method Summary
 void apply(FaceletContext ctx, UIComponent parent)
           
 
Methods inherited from class javax.faces.view.facelets.TagHandler
getAttribute, getRequiredAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChooseHandler

public ChooseHandler(TagConfig config)
Method Detail

apply

public void apply(FaceletContext ctx,
                  UIComponent parent)
           throws IOException,
                  FacesException,
                  FaceletException,
                  javax.el.ELException
Throws:
IOException
FacesException
FaceletException
javax.el.ELException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.