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

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

public interface HasAddableKeys<V>
extends HasKeys<V>, 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
 
Methods inherited from interface org.apache.tiles.request.attribute.HasKeys
getKeys, getValue
 
Methods inherited from interface org.apache.tiles.request.attribute.Addable
setValue
 



Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.