org.apache.tiles.request.portlet.extractor
Class ParameterExtractor

Package class diagram package ParameterExtractor
java.lang.Object
  extended by org.apache.tiles.request.portlet.extractor.ParameterExtractor
All Implemented Interfaces:
HasKeys<String>
Direct Known Subclasses:
StateAwareParameterExtractor

public class ParameterExtractor
extends Object
implements HasKeys<String>

Extracts parameters from a portlet request.

Version:
$Rev: 1066849 $ $Date: 2011-02-03 11:12:39 -0500 (Thu, 03 Feb 2011) $

Constructor Summary
ParameterExtractor(PortletRequest request)
          Constructor.
 
Method Summary
 Enumeration<String> getKeys()
          The enumeration of the keys of the stored attributes.
 String getValue(String key)
          Returns the value of the attribute with the given key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterExtractor

public ParameterExtractor(PortletRequest request)
Constructor.

Parameters:
request - The portlet request.
Method Detail

getKeys

public Enumeration<String> getKeys()
Description copied from interface: HasKeys
The enumeration of the keys of the stored attributes.

Specified by:
getKeys in interface HasKeys<String>
Returns:
The keys.

getValue

public String getValue(String key)
Description copied from interface: HasKeys
Returns the value of the attribute with the given key.

Specified by:
getValue in interface HasKeys<String>
Parameters:
key - The key of the attribute.
Returns:
The value.


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