| Interface | Description |
|---|---|
| DataRootHandler.ConfigListener |
To receive notice of TDS configuration events, implement this interface
and use the DataRootHandler.registerConfigListener() method to register
an instance with a DataRootHandler instance.
|
| DataServiceProvider |
Implement this interface to recognize and handle dataset requests.
|
| DataServiceProvider.DatasetRequest |
Contain information on the dataset request.
|
| DatasetSource |
Alternative to IOSP when you need the HttpServletRequest to create the file.
|
| Viewer |
Interface for plugging in Viewers.
|
| ViewerLinkProvider |
Interface for plugging in Viewers.
|
| Class | Description |
|---|---|
| AbstractServlet |
Abstract superclass for THREDDS servlets.
|
| AnnotateServlet |
Servlet handles catalog annotation.
|
| Annotation |
Not currently used.
|
| DataRootHandler |
The DataRootHandler manages all the "data roots" for a given web application
and provides mappings from URLs to catalog and data objects (e.g.,
InvCatalog and CrawlableDataset).
|
| DatasetHandler |
CDM Datasets.
|
| DatasetSourceExample |
DatasetSource test
|
| Debug |
A minimal implementation of a globally-accessible set of Debug flags.
|
| DebugCommands |
A Singleton class instantiated by Spring, to populate the Debug methods in the
DebugHandler class.
|
| DebugHandler | |
| DebugHandler.Action | |
| DebugHandler.Event | |
| DLwriterServlet |
Servlet handles creating DL records.
|
| FileServerServlet |
HTTP File Serving
handles /fileServer/*
|
| FmrcInventoryServlet |
Servlet shows Forecast Model Run Collection Inventory.
|
| HtmlWriter |
Provide methods to write HTML representations of a catalog, directory, or CDM dataset to an HTTP response.
|
| PathMatcher |
A Collection of (String key, Object value) which is sorted on key.
|
| RestrictedAccessConfigListener |
Listen for DataRootHandler configuration events and register any restricted access datasets.
|
| ServletListener | Deprecated
TDS now using
TdsConfigContextListener. |
| ServletUtil | |
| ThreddsConfig |
Read and process the threddsConfig.xml file.
|
| URLEncoder |
Define acceptable characters, all others are encoded with %xx.
|
| UsageLog |
Utility class for gathering context information for use in log messages.
|
| ViewerLinkProvider.ViewerLink | |
| ViewServlet |
Catalog Serving
handles /view/*
|
| ViewServlet.StaticView |
Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.