|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAttributeSupport
This interface declares support for "generic attributes".
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.
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.Object key)
Get an attribute value from the context |
java.lang.Object |
removeAttribute(java.lang.Object key)
Remove an attribute binding in the context |
java.lang.Object |
setAttribute(java.lang.Object key,
java.lang.Object value)
Set the value of an attribute in the context |
| Method Detail |
|---|
java.lang.Object getAttribute(java.lang.Object key)
key - the name of the attribute to get
keyjava.lang.Object removeAttribute(java.lang.Object key)
key - the name of the attribute to remove
key
java.lang.Object setAttribute(java.lang.Object key,
java.lang.Object value)
key - the name of the attribute to setvalue - the new value the attribute
key
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||