60 map<string,string> attrs ;
78 info->
add_module( MODULE_NAME, MODULE_VERSION ) ;
93 << (
void *)
this <<
")" << endl ;
brief represents simple text information in a response object, such as version and help inforamtion...
BESUsageRequestHandler(const string &name)
exception thrown if inernal error encountered
virtual void add_data_from_file(const string &key, const string &name)
add data from a file to the informational object.
static bool dap_build_version(BESDataHandlerInterface &dhi)
informational response object
virtual BESResponseObject * get_response_object()
return the current response object
virtual void dump(ostream &strm) const
dumps information about this object
BESResponseHandler * response_handler
virtual void begin_tag(const string &tag_name, map< string, string > *attrs=0)
static ostream & LMarg(ostream &strm)
virtual ~BESUsageRequestHandler(void)
Represents a specific data type request handler.
Structure storing information used by the BES to handle the request.
static bool dap_build_help(BESDataHandlerInterface &dhi)
virtual bool add_handler(const string &handler_name, p_request_handler handler_method)
add a handler method to the request handler that knows how to fill in a specific response object ...
virtual void dump(ostream &strm) const
dumps information about this object
virtual void add_module(const string &n, const string &v)
Abstract base class representing a specific set of information in response to a request to the BES...
virtual void end_tag(const string &tag_name)