public class RequestHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONST_AND |
static String |
CONST_START |
static String |
DEFAULT_ENCODING |
static SecurityEncoder |
ENCODER |
static String |
PARAM_GENERATED |
Constructor and Description |
---|
RequestHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getParamString(javax.servlet.http.HttpServletRequest requests) |
static String |
getParamString(javax.servlet.http.HttpServletRequest request,
List<String> skipParams) |
static String |
getParamString(javax.servlet.http.HttpServletRequest request,
List<String> skipParams,
SecurityEncoder encoder) |
public static final String PARAM_GENERATED
public static final String DEFAULT_ENCODING
public static final String CONST_START
public static final String CONST_AND
public static final SecurityEncoder ENCODER
public static String getParamString(javax.servlet.http.HttpServletRequest requests) throws UnsupportedEncodingException
UnsupportedEncodingException
public static String getParamString(javax.servlet.http.HttpServletRequest request, List<String> skipParams, SecurityEncoder encoder) throws UnsupportedEncodingException
UnsupportedEncodingException
public static String getParamString(javax.servlet.http.HttpServletRequest request, List<String> skipParams) throws UnsupportedEncodingException
UnsupportedEncodingException
Copyright © 2022 Fugerit. All rights reserved.