|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectRequestUtils
public class RequestUtils
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 |
---|
public RequestUtils()
Method Detail |
---|
public static void setOuterAttribute(HttpServletRequest req, String name, Object value)
req
- name
- value
- public static Object getOuterAttribute(HttpServletRequest req, String name)
req
- name
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |