public interface DynamicAttributeProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
canProvideDynamicAttribute(Object attributeName)
Returns
true if the attribute can be
provided given the specified name. |
Object |
getDynamicAttribute(Object attributeName,
Object[] argumentValues)
Returns the attribute given the specified name and arguments.
|
boolean canProvideDynamicAttribute(Object attributeName)
true if the attribute can be
provided given the specified name.Copyright © 2018. All rights reserved.