com.sun.facelets.tag.jstl.core
Class SetHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.jstl.core.SetHandler
- All Implemented Interfaces:
- FaceletHandler
public class SetHandler
- extends TagHandler
Simplified implementation of c:set
- Version:
- $Id: SetHandler.java,v 1.1 2006/01/07 15:32:07 jhook Exp $
- Author:
- Jacob Hookom
SetHandler
public SetHandler(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
Copyright © 2005 All Rights Reserved.