com.googlecode.fascinator.portal.tapestry
Class TapestryRequestUtil

java.lang.Object
  extended by com.googlecode.fascinator.portal.tapestry.TapestryRequestUtil

public class TapestryRequestUtil
extends Object

Utility methods to aid working with the Tapestry Request interface.

Author:
andrewqcif

Constructor Summary
TapestryRequestUtil()
           
 
Method Summary
static String getQueryString(org.apache.tapestry5.services.Request request)
          Get QueryString is hidden from the Tapestry request so this method attempts to recreate it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapestryRequestUtil

public TapestryRequestUtil()
Method Detail

getQueryString

public static String getQueryString(org.apache.tapestry5.services.Request request)
Get QueryString is hidden from the Tapestry request so this method attempts to recreate it.

Parameters:
request - Tapestry request object
Returns:
the query string from the underlying HTTP Request


Copyright © 2009-2014. All Rights Reserved.