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

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

public class StateAwareParameterExtractor
extends ParameterExtractor
implements HasAddableKeys<String>

Extracts parameters from a request and allows putting render parameters in a state aware response.

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

Constructor Summary
StateAwareParameterExtractor(PortletRequest request, StateAwareResponse response)
          Constructor.
 
Method Summary
 void setValue(String key, String value)
          Sets a value for the given key.
 
Methods inherited from class org.apache.tiles.request.portlet.extractor.ParameterExtractor
getKeys, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tiles.request.attribute.HasKeys
getKeys, getValue
 

Constructor Detail

StateAwareParameterExtractor

public StateAwareParameterExtractor(PortletRequest request,
                                    StateAwareResponse response)
Constructor.

Parameters:
request - The portlet request.
response - The portlet response.
Method Detail

setValue

public void setValue(String key,
                     String value)
Description copied from interface: Addable
Sets a value for the given key.

Specified by:
setValue in interface Addable<String>
Parameters:
key - The key of the attribute.
value - The value of the attribute.


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