bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
This class builds a BES CatalogNode response from an httpd-generated directory page. More...
#include <HttpdDirScraper.h>
Public Member Functions | |
virtual bes::CatalogNode * | get_node (const std::string &url, const std::string &path) const |
This class builds a BES CatalogNode response from an httpd-generated directory page.
The scraping is done procedurally. The primary assumption is that links that point to nodes always end in "/". Links that end in other characters are assumed to be links to "leaves".
Definition at line 43 of file HttpdDirScraper.h.
httpd_catalog::HttpdDirScraper::HttpdDirScraper | ( | ) |
Definition at line 51 of file HttpdDirScraper.cc.
|
inline |
Definition at line 57 of file HttpdDirScraper.h.
|
virtual |
Definition at line 462 of file HttpdDirScraper.cc.