| 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).
|
| DataRootHandler.DataRoot | |
| DataRootHandler.DataRootMatch | |
| DatasetHandler |
CDM Datasets.
|
| Debug |
A minimal implementation of a globally-accessible set of Debug flags.
|
| HtmlWriter |
Provide methods to write HTML representations of a catalog, directory, or CDM dataset to an HTTP response.
|
| PathMatcher<T> |
A Collection of (String key, Object value) which is sorted on key.
|
| RestrictedAccessConfigListener |
Listen for DataRootHandler configuration events and register any restricted access datasets.
|
| ServletContextListener |
not used
|
| ServletUtil | |
| ThreddsConfig |
Read and process the threddsConfig.xml file.
|
| UsageLog |
Utility class for gathering context information for use in log messages.
|
| ViewerLinkProvider.ViewerLink |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.