@Controller public class ChangeLogLevelController extends AbstractLogHandlerController
| Constructor and Description |
|---|
ChangeLogLevelController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
handleLogFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
LogDestination logDest)
Handle log file.
|
org.springframework.web.servlet.ModelAndView |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setViewName(String viewName) |
getLogResolver, handleRequestInternal, setLogResolvergetStatusCode, getView, getViewName, isStatusOnly, setStatusCode, setStatusOnly, setView, toStringisSynchronizeOnSession, setSynchronizeOnSessionapplyCacheControl, applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, checkRequest, getAllowHeader, getCacheControl, getCacheSeconds, getSupportedMethods, getVaryByRequestHeaders, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, prepareResponse, preventCaching, setAlwaysMustRevalidate, setCacheControl, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader, setVaryByRequestHeadersgetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext@RequestMapping(path="/adm/changeloglevel.ajax")
public org.springframework.web.servlet.ModelAndView handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequest in interface org.springframework.web.servlet.mvc.ControllerhandleRequest in class org.springframework.web.servlet.mvc.AbstractControllerExceptionprotected org.springframework.web.servlet.ModelAndView handleLogFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
LogDestination logDest)
throws Exception
AbstractLogHandlerControllerhandleLogFile in class AbstractLogHandlerControllerrequest - the requestresponse - the responselogDest - the log destException - the exception@Value(value="") public void setViewName(String viewName)
setViewName in class org.springframework.web.servlet.mvc.ParameterizableViewControllerCopyright © 2009–2020 psi-probe. All rights reserved.