public abstract class BaseController extends Object implements TypedDictionary<String,String>
| 构造器和说明 |
|---|
BaseController() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
get(String 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, waitcontainsKey, get, getBoolean, getBoolean, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, 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()
Copyright © 2024. All rights reserved.