org.apache.tiles.request.attribute
Interface EnumeratedValuesExtractor

Package class diagram package EnumeratedValuesExtractor
All Superinterfaces:
Addable<String>, HasAddableKeys<String>, HasKeys<String>
All Known Implementing Classes:
HeaderExtractor, HeaderExtractor

public interface EnumeratedValuesExtractor
extends HasAddableKeys<String>

Allows to get values from multi-valued attributes.

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

Method Summary
 Enumeration<String> getValues(String key)
          Returns the values stored at the given key.
 
Methods inherited from interface org.apache.tiles.request.attribute.HasKeys
getKeys, getValue
 
Methods inherited from interface org.apache.tiles.request.attribute.Addable
setValue
 

Method Detail

getValues

Enumeration<String> getValues(String key)
Returns the values stored at the given key.

Parameters:
key - The key of the attribute.
Returns:
The values of the attribute.


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