|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.common.util.BLCRequestUtils
public class BLCRequestUtils
Convenience methods for interacting with the request
| Constructor Summary | |
|---|---|
BLCRequestUtils()
|
|
| Method Summary | |
|---|---|
static String |
getURLorHeaderParameter(org.springframework.web.context.request.WebRequest request,
String varName)
Get header or url parameter. |
static boolean |
isOKtoUseSession(org.springframework.web.context.request.WebRequest request)
Broadleaf "Resolver" and "Filter" classes may need to know if they are allowed to utilize the session. |
static void |
setOKtoUseSession(org.springframework.web.context.request.WebRequest request,
Boolean value)
Sets whether or not Broadleaf can utilize the session in request processing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BLCRequestUtils()
| Method Detail |
|---|
public static boolean isOKtoUseSession(org.springframework.web.context.request.WebRequest request)
public static void setOKtoUseSession(org.springframework.web.context.request.WebRequest request,
Boolean value)
public static String getURLorHeaderParameter(org.springframework.web.context.request.WebRequest request,
String varName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||