com.sun.faces.facelets.tag.jsf.core
public final class FacetHandler extends TagHandlerImpl implements javax.faces.view.facelets.FacetHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
KEY |
protected javax.faces.view.facelets.TagAttribute |
name |
Constructor and Description |
---|
FacetHandler(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent) |
java.lang.String |
getFacetName(javax.faces.view.facelets.FaceletContext ctxt) |
findNextByType, findNextByType
public static final java.lang.String KEY
protected final javax.faces.view.facelets.TagAttribute name
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws java.io.IOException
apply
in interface javax.faces.view.facelets.FaceletHandler
java.io.IOException
public java.lang.String getFacetName(javax.faces.view.facelets.FaceletContext ctxt)
getFacetName
in interface javax.faces.view.facelets.FacetHandler
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.