|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

public interface AttributeContext
Encapsulation of the current state of execution.
| Method Summary | |
|---|---|
void |
addAll(java.util.Map<java.lang.String,Attribute> newAttributes)
Add all attributes to the context. |
void |
addMissing(java.util.Map<java.lang.String,Attribute> defaultAttributes)
Add all attributes to the context |
void |
clear()
Clear the attributes |
Attribute |
getAttribute(java.lang.String name)
Retrieve the named attribute. |
java.util.Iterator<java.lang.String> |
getAttributeNames()
Iterator of all attribute names. |
void |
putAttribute(java.lang.String name,
Attribute value)
Add the specified attribute. |
| Method Detail |
|---|
void addAll(java.util.Map<java.lang.String,Attribute> newAttributes)
newAttributes - the attributes to be added.void addMissing(java.util.Map<java.lang.String,Attribute> defaultAttributes)
defaultAttributes - attributes which should be present.Attribute getAttribute(java.lang.String name)
name - key name for the attribute.
java.util.Iterator<java.lang.String> getAttributeNames()
void putAttribute(java.lang.String name,
Attribute value)
name - name of the attributevalue - value of the attributevoid clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||