org.apache.tiles.request.attribute
Interface Addable<V>

Package class diagram package Addable
Type Parameters:
V - The type of the value of the attribute.
All Known Subinterfaces:
AttributeExtractor, EnumeratedValuesExtractor, HasAddableKeys<V>
All Known Implementing Classes:
ApplicationScopeExtractor, ApplicationScopeExtractor, EnvironmentScopeExtractor, HeaderExtractor, HeaderExtractor, MustacheScopeExtractor, RequestScopeExtractor, RequestScopeExtractor, ScopeExtractor, SessionScopeExtractor, SessionScopeExtractor, SessionScopeExtractor, StateAwareParameterExtractor, VelocityScopeExtractor

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.
 

Method Detail

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.