#include <CgiReader.h>
Public Member Functions | |
CgiReader (xgi::Input *the_in) | |
std::string | read_cookie (std::string name) |
void | read_form (std::multimap< std::string, std::string > &form_info) |
~CgiReader () | |
Protected Attributes | |
xgi::Input * | in |
xgi::Output * | out |
std::string | url |
Definition at line 17 of file CgiReader.h.
|
inline |
Definition at line 28 of file CgiReader.h.
References in.
|
inline |
Definition at line 33 of file CgiReader.h.
std::string CgiReader::read_cookie | ( | std::string | name | ) |
Definition at line 28 of file CgiReader.cc.
References web.browse_db::env, in, matplotRender::reader, and relativeConstraints::value.
void CgiReader::read_form | ( | std::multimap< std::string, std::string > & | form_info | ) |
Definition at line 6 of file CgiReader.cc.
References python.tagInventory::entries, i, in, mergeVDriftHistosByStation::name, matplotRender::reader, and relativeConstraints::value.
Referenced by WebInterface::Configure(), WebInterface::ContentsOpen(), WebInterface::DrawGif(), SiStripWebInterface::handleAnalyserRequest(), SiPixelWebInterface::handleEDARequest(), WebInterface::handleStandardRequest(), and WebInterface::Open().
|
protected |
Definition at line 23 of file CgiReader.h.
Referenced by CgiReader(), read_cookie(), and read_form().
|
protected |
Definition at line 24 of file CgiReader.h.
Referenced by ModelTools.ModelBuilder::doModelConfigs().
|
protected |
Definition at line 21 of file CgiReader.h.