Interface EnumeratedValuesExtractor

All Superinterfaces:
Addable<String>, HasAddableKeys<String>, HasKeys<String>
All Known Implementing Classes:
HeaderExtractor

public interface EnumeratedValuesExtractor extends HasAddableKeys<String>
Allows to get values from multi-valued attributes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the values stored at the given key.

    Methods inherited from interface org.apache.tiles.request.attribute.Addable

    setValue

    Methods inherited from interface org.apache.tiles.request.attribute.HasKeys

    getKeys, getValue
  • Method Details

    • 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.