org.apache.tiles.request.portlet.extractor
Class StateAwareParameterExtractor
java.lang.Object
org.apache.tiles.request.portlet.extractor.ParameterExtractor
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) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StateAwareParameterExtractor
public StateAwareParameterExtractor(PortletRequest request,
StateAwareResponse response)
- Constructor.
- Parameters:
request
- The portlet request.response
- The portlet response.
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.