public interface IAttributeSupport
This means the object implementing this interface may be extended transparently by its clients with name/value pairs. These attributes and their values are stored but not interpreted by the object that implements this interface.
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(Object key)
Get an attribute value from the context
|
Object |
removeAttribute(Object key)
Remove an attribute binding in the context
|
Object |
setAttribute(Object key,
Object value)
Set the value of an attribute in the context
|
Object getAttribute(Object key)
key - the name of the attribute to getkeyObject removeAttribute(Object key)
key - the name of the attribute to removekeyCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.