public final class MustacheScopeExtractor extends Object implements AttributeExtractor
Constructor and Description |
---|
MustacheScopeExtractor(Map<String,Object> scope) |
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
getKeys()
The enumeration of the keys of the stored attributes.
|
Object |
getValue(String key)
Returns the value of the attribute with the given key.
|
void |
removeValue(String key)
Removes an attribute.
|
void |
setValue(String key,
Object value)
Sets a value for the given key.
|
public void removeValue(String key)
HasRemovableKeys
removeValue
in interface HasRemovableKeys<Object>
key
- The key of the attribute to remove.public Enumeration<String> getKeys()
HasKeys
public Object getValue(String key)
HasKeys
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.