28#ifndef I_FFRequestHandler_H
29#define I_FFRequestHandler_H 1
31#include "BESRequestHandler.h"
35 static bool d_RSS_format_support;
36 static std::string d_RSS_format_files;
38 static bool d_Regex_format_support;
39 static std::map<std::string,std::string> d_fmt_regex_map;
54 static bool get_RSS_format_support() {
return d_RSS_format_support; }
55 static std::string get_RSS_format_files() {
return d_RSS_format_files; }
57 static bool get_Regex_format_support() {
return d_Regex_format_support; }
58 static std::map<std::string,std::string> get_fmt_regex_map() {
return d_fmt_regex_map; }
Structure storing information used by the BES to handle the request.
Represents a specific data type request handler.
static bool ff_build_dmr(BESDataHandlerInterface &dhi)