public final class ThreddsWmsController
extends uk.ac.rdg.resc.ncwms.controller.AbstractWmsController
WmsController for THREDDS
serverConfig, usageLogger| Constructor and Description |
|---|
ThreddsWmsController() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.servlet.ModelAndView |
dispatchWmsRequest(java.lang.String request,
uk.ac.rdg.resc.ncwms.controller.RequestParams params,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
uk.ac.rdg.resc.ncwms.usagelog.UsageLogEntry usageLogEntry) |
void |
init()
Called by Spring to initialize the controller.
|
getCapabilities, getFeatureInfo, getLegendGraphic, getMap, getTransect, getVerticalProfile, getVerticalSection, handleRequestInternal, readDataGrid, setServerConfig, setUsageLogger, shutdownhandleRequest, 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 init()
throws java.lang.Exception
init in class uk.ac.rdg.resc.ncwms.controller.AbstractWmsControllerjava.lang.Exception - if the config file could not be loaded for some reason.protected org.springframework.web.servlet.ModelAndView dispatchWmsRequest(java.lang.String request,
uk.ac.rdg.resc.ncwms.controller.RequestParams params,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
uk.ac.rdg.resc.ncwms.usagelog.UsageLogEntry usageLogEntry)
throws java.lang.Exception
dispatchWmsRequest in class uk.ac.rdg.resc.ncwms.controller.AbstractWmsControllerjava.lang.Exception