public class RemoteCatalogServiceController
extends org.springframework.web.servlet.mvc.AbstractController
NOTE: Only supported if CatalogServices/allowRemote is set to "true" in threddsConfig.xml.
Uses the following information from an HTTP request:
Command.Constraints on the above information:
The above information is contained in a RemoteCatalogRequest
command object, default values are set during binding by
RemoteCatalogRequestDataBinder, and constraints are enforced by
RemoteCatalogRequestValidator.
TdsPathUtils.extractPath(javax.servlet.http.HttpServletRequest),
Command,
RemoteCatalogRequest,
RemoteCatalogRequestDataBinder,
RemoteCatalogRequestValidator| Constructor and Description |
|---|
RemoteCatalogServiceController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setHtmlWriter(HtmlWriter htmlWriter) |
void |
setTdsContext(TdsContext tdsContext) |
handleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isAlwaysMustRevalidate, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setAlwaysMustRevalidate, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextpublic void setTdsContext(TdsContext tdsContext)
public void setHtmlWriter(HtmlWriter htmlWriter)
protected org.springframework.web.servlet.ModelAndView handleRequestInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
handleRequestInternal in class org.springframework.web.servlet.mvc.AbstractControllerExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.