org.apache.beehive.netui.tags
Class RequestUtils

Object
  extended by RequestUtils

public class RequestUtils
extends Object

This class contains utility methods that deal with requests. The primary features are the ability to set/get attributes on the outer request (or real request).


Constructor Summary
RequestUtils()
           
 
Method Summary
static Object getOuterAttribute(HttpServletRequest req, String name)
           
static void setOuterAttribute(HttpServletRequest req, String name, Object value)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestUtils

public RequestUtils()
Method Detail

setOuterAttribute

public static void setOuterAttribute(HttpServletRequest req,
                                     String name,
                                     Object value)
Parameters:
req -
name -
value -

getOuterAttribute

public static Object getOuterAttribute(HttpServletRequest req,
                                       String name)
Parameters:
req -
name -
Returns: