public class HttpServletUtil extends Object
| Constructor and Description |
|---|
HttpServletUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getParameter(String param) |
static String |
getParameter(String param,
String defaultValue) |
static Integer |
getParameterInt(String param) |
static Integer |
getParameterInt(String param,
Integer defaultValue) |
static javax.servlet.http.HttpServletRequest |
getRequest() |
static javax.servlet.http.HttpServletResponse |
getResponse() |
static org.springframework.web.context.request.ServletRequestAttributes |
getServletRequest() |
Copyright © 2022. All rights reserved.