org.apache.tiles.request.attribute
Interface AttributeExtractor

Package class diagram package AttributeExtractor
All Superinterfaces:
Addable<Object>, HasAddableKeys<Object>, HasKeys<Object>, HasRemovableKeys<Object>
All Known Implementing Classes:
ApplicationScopeExtractor, ApplicationScopeExtractor, EnvironmentScopeExtractor, MustacheScopeExtractor, RequestScopeExtractor, RequestScopeExtractor, ScopeExtractor, SessionScopeExtractor, SessionScopeExtractor, SessionScopeExtractor, VelocityScopeExtractor

public interface AttributeExtractor
extends HasRemovableKeys<Object>, HasAddableKeys<Object>

Allows to get, put and remove Object-type attributes.

Version:
$Rev: 1064782 $ $Date: 2011-01-28 12:08:52 -0500 (Fri, 28 Jan 2011) $

Method Summary
 
Methods inherited from interface org.apache.tiles.request.attribute.HasRemovableKeys
removeValue
 
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.