com.sun.facelets.tag.jstl.core
Class ChooseWhenHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.jstl.core.ChooseWhenHandler
- All Implemented Interfaces:
- FaceletHandler
public final class ChooseWhenHandler
- extends TagHandler
- Version:
- $Id: ChooseWhenHandler.java,v 1.3 2008/07/13 19:01:43 rlubke Exp $
- Author:
- Jacob Hookom
ChooseWhenHandler
public ChooseWhenHandler(TagConfig config)
apply
public void apply(FaceletContext ctx,
UIComponent parent)
throws IOException,
FacesException,
FaceletException,
javax.el.ELException
- Description copied from interface:
FaceletHandler
- Process changes on a particular UIComponent
- Parameters:
ctx - the current FaceletContext instance for this executionparent - the parent UIComponent to operate upon
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
isTestTrue
public boolean isTestTrue(FaceletContext ctx)
Copyright © 2005 All Rights Reserved.