org.apache.tiles.request.portlet.delegate
Class PortletRequestDelegate

Package class diagram package PortletRequestDelegate
java.lang.Object
  extended by org.apache.tiles.request.portlet.delegate.PortletRequestDelegate
All Implemented Interfaces:
RequestDelegate

public class PortletRequestDelegate
extends Object
implements RequestDelegate

Request delegate in case of simple Portlet request.

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

Constructor Summary
PortletRequestDelegate(PortletRequest request)
          Constructor.
 
Method Summary
 Map<String,String> getParam()
          The parameters, as single values.
 Map<String,String[]> getParamValues()
          The parameters, with values as array of strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRequestDelegate

public PortletRequestDelegate(PortletRequest request)
Constructor.

Parameters:
request - The request.
Method Detail

getParam

public Map<String,String> getParam()
The parameters, as single values.

Specified by:
getParam in interface RequestDelegate
Returns:
The parameters.

getParamValues

public Map<String,String[]> getParamValues()
The parameters, with values as array of strings.

Specified by:
getParamValues in interface RequestDelegate
Returns:
The parameters.


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