org.apache.tiles.request.attribute
Interface Addable<V>
- Type Parameters:
V - The type of the value of the attribute.
- All Known Subinterfaces:
- AttributeExtractor, EnumeratedValuesExtractor, HasAddableKeys<V>
public interface Addable<V>
Allows to get and set attributes.
- Version:
- $Rev: 1215004 $ $Date: 2011-12-15 19:29:25 -0500 (Thu, 15 Dec 2011) $
|
Method Summary |
void |
setValue(String key,
V value)
Sets a value for the given key. |
setValue
void setValue(String key,
V value)
- Sets a value for the given key.
- Parameters:
key - The key of the attribute.value - The value of the attribute.
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.