public class BaseUndeployContextController extends AbstractContextHandlerController
| Constructor and Description |
|---|
BaseUndeployContextController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeAction(String contextName)
Execute action.
|
String |
getFailureViewName()
Gets the failure view name.
|
protected org.springframework.web.servlet.ModelAndView |
handleContext(String contextName,
org.apache.catalina.Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle context.
|
void |
setFailureViewName(String failureViewName)
Sets the failure view name.
|
handleRequestInternal, isContextOptionalgetContainerWrapper, getViewName, setContainerWrapper, setViewNamehandleRequest, isSynchronizeOnSession, 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, setServletContextpublic String getFailureViewName()
public void setFailureViewName(String failureViewName)
failureViewName - the new failure view nameprotected org.springframework.web.servlet.ModelAndView handleContext(String contextName, org.apache.catalina.Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
AbstractContextHandlerControllerhandleContext in class AbstractContextHandlerControllercontextName - the context namecontext - the contextrequest - the requestresponse - the responseException - the exceptionCopyright © 2009–2020 psi-probe. All rights reserved.