public abstract class BaseController extends Object implements TypedKeyValue<String,String>
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.slf4j.Logger |
log |
| 构造器和说明 |
|---|
BaseController() |
| 限定符和类型 | 方法和说明 |
|---|---|
static javax.servlet.http.HttpServletRequest |
getRequest() |
static org.springframework.web.context.request.ServletRequestAttributes |
getRequestAttributes() |
static javax.servlet.http.HttpServletResponse |
getResponse() |
static javax.servlet.http.HttpSession |
getSession() |
String |
getValue(String key) |
void |
initBinder(org.springframework.web.bind.WebDataBinder binder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, getBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getRequired, getRequired, getRequiredBoolean, getRequiredDouble, getRequiredFloat, getRequiredInt, getRequiredLong, getRequiredString, getString, getString, hasKey@InitBinder public void initBinder(org.springframework.web.bind.WebDataBinder binder)
public static org.springframework.web.context.request.ServletRequestAttributes getRequestAttributes()
public static javax.servlet.http.HttpServletRequest getRequest()
public static javax.servlet.http.HttpServletResponse getResponse()
public static javax.servlet.http.HttpSession getSession()
Copyright © 2023. All rights reserved.