com.bstek.dorado.web.resolver
public abstract class WebContextSupportedController extends org.springframework.web.servlet.mvc.AbstractController
Constructor and Description |
---|
WebContextSupportedController() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.springframework.web.servlet.ModelAndView |
doHandleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected java.lang.String |
getRelativeRequestURI(javax.servlet.http.HttpServletRequest request)
返回请求的相对URI,即相对于应用的ContentPath的URI。
|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
protected java.lang.String getRelativeRequestURI(javax.servlet.http.HttpServletRequest request) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
protected abstract org.springframework.web.servlet.ModelAndView doHandleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
java.lang.Exception
protected final org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.lang.Exception
handleRequestInternal
in class org.springframework.web.servlet.mvc.AbstractController
java.lang.Exception
Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.