|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <NCMLResponseNames.h>

Static Public Attributes | |
| static const std::string | CACHE_AGG_LOCATION_DATA_KEY = "cacheAgg_location" |
| Key in the dhi.data[] map where the location is stored. More... | |
| static const std::string | CACHE_AGG_LOCATION_XML_ATTR = "location" |
| Name of the attribute in the cacheAgg XML command where the filename to do the caching on is located. More... | |
| static const std::string | CACHE_AGG_RESPONSE = "cacheAgg" |
| Response name in the DHI for the cache of aggregations command. More... | |
| static const std::string | DOC_WIKI_URL |
| URL with the location of the documentation Wiki. More... | |
| static const std::string | NCML_NAME = "ncml" |
| The name used to specify an ncml file. More... | |
Definition at line 36 of file NCMLResponseNames.h.
|
static |
Key in the dhi.data[] map where the location is stored.
Definition at line 53 of file NCMLResponseNames.h.
Referenced by ncml_module::NCMLCacheAggResponseHandler::execute(), and ncml_module::NCMLCacheAggXMLCommand::parse_request().
|
static |
Name of the attribute in the cacheAgg XML command where the filename to do the caching on is located.
Definition at line 50 of file NCMLResponseNames.h.
Referenced by ncml_module::NCMLCacheAggXMLCommand::parse_request().
|
static |
Response name in the DHI for the cache of aggregations command.
Definition at line 45 of file NCMLResponseNames.h.
Referenced by ncml_module::NCMLCacheAggResponseHandler::dump(), ncml_module::NCMLCacheAggResponseHandler::execute(), ncml_module::NCMLCacheAggXMLCommand::parse_request(), and ncml_module::NCMLCacheAggResponseHandler::transmit().
|
static |
URL with the location of the documentation Wiki.
Definition at line 42 of file NCMLResponseNames.h.
Referenced by ncml_module::NCMLRequestHandler::ncml_build_help().
|
static |
The name used to specify an ncml file.
Definition at line 39 of file NCMLResponseNames.h.
Referenced by ncml_module::NCMLRequestHandler::ncml_build_help(), ncml_module::NCMLCacheAggXMLCommand::parse_request(), and ncml_module::NCMLCacheAggXMLCommand::prep_request().