public class BaseViewXmlConfController extends AbstractContextHandlerController
| Constructor and Description |
|---|
BaseViewXmlConfController() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayTarget()
Gets the display target.
|
String |
getDownloadUrl()
Gets the download url.
|
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 |
setDisplayTarget(String displayTarget)
Sets the display target.
|
void |
setDownloadUrl(String downloadUrl)
Sets the download url.
|
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 getDisplayTarget()
public void setDisplayTarget(String displayTarget)
displayTarget - the new display targetpublic String getDownloadUrl()
public void setDownloadUrl(String downloadUrl)
downloadUrl - the new download urlprotected 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.