public class BLCRequestUtils extends Object
Constructor and Description |
---|
BLCRequestUtils() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static boolean isOKtoUseSession(org.springframework.web.context.request.WebRequest request)
public static void setOKtoUseSession(org.springframework.web.context.request.WebRequest request, Boolean value)
Copyright © 2014. All rights reserved.