public final class AttributeHandler extends TagHandlerImpl implements javax.faces.view.facelets.AttributeHandler
UIComponent.getAttributes()
,
UIComponent.setValueExpression(java.lang.String,
javax.el.ValueExpression)
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute |
name |
private javax.faces.view.facelets.TagAttribute |
value |
Constructor and Description |
---|
AttributeHandler(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 |
getAttributeName(javax.faces.view.facelets.FaceletContext ctxt) |
findNextByType, findNextByType
private final javax.faces.view.facelets.TagAttribute name
private final javax.faces.view.facelets.TagAttribute value
public AttributeHandler(javax.faces.view.facelets.TagConfig config)
config
- 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 getAttributeName(javax.faces.view.facelets.FaceletContext ctxt)
getAttributeName
in interface javax.faces.view.facelets.AttributeHandler
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.