public abstract class BaseController extends Object implements TypedDictionary<String,String>
| 构造器和说明 |
|---|
BaseController() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
String |
get(Object key) |
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() |
void |
initBinder(org.springframework.web.bind.WebDataBinder binder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getOrDefault, getRequired, getRequired, getRequiredBoolean, getRequiredDouble, getRequiredFloat, getRequiredInt, getRequiredLong, getRequiredString, getString, getString, put, remove, removeBoolean, removeBoolean, removeDouble, removeDouble, removeFloat, removeFloat, removeInt, removeInt, removeLong, removeLong, removeString, removeString@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()
public boolean containsKey(Object key)
containsKey 在接口中 TypedDictionary<String,String>public boolean containsValue(Object value)
containsValue 在接口中 TypedDictionary<String,String>Copyright © 2025. All rights reserved.