org.apache.myfaces.view.facelets.tag.jsf.core
Class FacetHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
org.apache.myfaces.view.facelets.tag.jsf.core.FacetHandler
- All Implemented Interfaces:
- FaceletHandler, FacetHandler
@JSFFaceletTag(name="f:facet",
bodyContent="JSP",
tagClass="javax.faces.webapp.FacetTag")
public final class FacetHandler
- extends TagHandler
- implements FacetHandler
Register a named facet on the UIComponent associated with the closest parent UIComponent custom action.
See tag documentation.
- Version:
- $Id: FacetHandler.java,v 1.8 2008/07/13 19:01:44 rlubke 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
- Specified by:
apply
in interface FaceletHandler
- Throws:
IOException
FacesException
FaceletException
javax.el.ELException
getFacetName
public String getFacetName(FaceletContext ctx)
- Specified by:
getFacetName
in interface FacetHandler
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.