com.sun.facelets.tag.jsf.core
Class FacetHandler
java.lang.Object
com.sun.facelets.tag.TagHandler
com.sun.facelets.tag.jsf.core.FacetHandler
- All Implemented Interfaces:
- FaceletHandler
public final class FacetHandler
- extends TagHandler
Register a named facet on the UIComponent associated with the closest parent
UIComponent custom action.
See tag
documentation.
- Version:
- $Id: FacetHandler.java,v 1.7 2006/12/06 14:26:12 jhook Exp $
- Author:
- Jacob Hookom
KEY
public static final String KEY
- See Also:
- Constant Field Values
name
protected final TagAttribute name
FacetHandler
public FacetHandler(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.