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

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

public interface HasRemovableKeys<V>
extends HasKeys<V>

Allows to get and remove attributes.

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

Method Summary
 void removeValue(String key)
          Removes an attribute.
 
Methods inherited from interface org.apache.tiles.request.attribute.HasKeys
getKeys, getValue
 

Method Detail

removeValue

void removeValue(String key)
Removes an attribute.

Parameters:
key - The key of the attribute to remove.


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