| Class | Description |
|---|---|
| CorsConfigBean |
Created by rmay on 12/2/14.
|
| HtmlConfigBean | |
| TdsContext |
TDScontext implements ServletContextAware so it gets a ServletContext and performs most initial THREDDS set up:
- checks version
- check for latest stable and development release versions
- sets the content directory
- reads persistent user defined params and runs ThreddsConfig.init
- creates, if don't exist, log and public dirs in content directory
- Get default and jsp dispatchers from servletContext
- Creates and initializes the TdsConfigMapper
- check for debug flags to enable
|
| TdsInit |
A Singleton class to initialize and shutdown the CDM/TDS
Formerly CdmInit
|
| TdsServerInfoBean |
Server info model
|
| TdsUpdateConfigBean |
Created by sarms on 02/13/2015.
|
| ThreddsConfig |
Read and process the threddsConfig.xml file.
|
| WmsConfigBean |
WMS config bean
LOOK doesnt seem to be used in WMS
|