public interface AttributeTagDeclaration
Add an attribute on the UIComponent associated with the closest parent UIComponent custom action.
You might not need this attribute. Is there a real use case any longer for this tag?
Modifier and Type | Method and Description |
---|---|
void |
setMode(javax.el.ValueExpression mode)
Allowed values are "action", "actionListener", "actionFromValue", "isNotSet", "isSet", "valueIfSet".
|
void |
setName(javax.el.ValueExpression name)
The name of the attribute in the parent component.
|
void |
setValue(javax.el.ValueExpression value)
The value of the attribute in the parent component.
|
void setName(javax.el.ValueExpression name)
void setValue(javax.el.ValueExpression value)
void setMode(javax.el.ValueExpression mode)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.