|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.jsf.dialog.RequestParameterManager
Helper class to handle attributes of the request scope. Use the request scope for thread save (i.e. request save) parameter handling.
| Method Summary | |
static java.util.Enumeration |
getAttributeNames()
|
static HttpServletRequest |
getCurrentRequest()
|
static GetParameters |
getGetParameters()
Provides the GetParameters for the current request |
static PostParameters |
getPostParameters()
Provides the PostParameters for the current request |
static java.lang.Object |
getRequestAttribute(java.lang.String key)
Recieves objects from the current request. |
static boolean |
isAjaxRequest()
|
static boolean |
isBypassRequest()
|
static boolean |
isGetRequest()
|
static boolean |
isPostRequest()
|
static void |
removeAttribute(java.lang.String key)
Removes an attribute from the current request. |
static void |
setAjaxRequest()
marks the current request as ajax request |
static void |
setBypassRequest()
marks the current request as bypass |
static void |
setRequestAttribute(java.lang.String key,
java.lang.Object object)
Stores objects at the current request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static boolean isPostRequest()
public static boolean isGetRequest()
public static void setBypassRequest()
public static boolean isBypassRequest()
public static boolean isAjaxRequest()
public static void setAjaxRequest()
public static PostParameters getPostParameters()
PostParameters for the current request
PostParameters of the current requestpublic static GetParameters getGetParameters()
GetParameters for the current request
GetParameters of the current request
public static void setRequestAttribute(java.lang.String key,
java.lang.Object object)
public static java.lang.Object getRequestAttribute(java.lang.String key)
public static void removeAttribute(java.lang.String key)
key - the key of the attribute to removepublic static java.util.Enumeration getAttributeNames()
public static HttpServletRequest getCurrentRequest()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||