#include <CmdResourceHandlers.h>
RedirectHandler::RedirectHandler |
( |
const std::string & |
urlRe, |
|
|
const std::string & |
appId, |
|
|
bool |
schemeform |
|
) |
| |
RedirectHandler::RedirectHandler |
( |
const std::string & |
urlRe, |
|
|
const std::string & |
appId, |
|
|
bool |
schemeform, |
|
|
const std::string & |
handler_tag |
|
) |
| |
RedirectHandler::~RedirectHandler |
( |
| ) |
|
|
virtual |
RedirectHandler::RedirectHandler |
( |
| ) |
|
bool RedirectHandler::addVerb |
( |
const std::string & |
verb, |
|
|
const std::string & |
jsonizedParams |
|
) |
| |
const std::string& RedirectHandler::appId |
( |
| ) |
const |
|
inline |
bool RedirectHandler::equals |
( |
const std::string & |
url, |
|
|
const std::string & |
appId |
|
) |
| |
|
inline |
uint32_t RedirectHandler::index |
( |
| ) |
|
|
inline |
bool RedirectHandler::isSchemeForm |
( |
| ) |
const |
|
inline |
void RedirectHandler::markInvalid |
( |
| ) |
|
|
inline |
bool RedirectHandler::matches |
( |
const std::string & |
url | ) |
const |
Determine if a given URL string matches the URL regular expression for this redirect handler.
void RedirectHandler::removeVerb |
( |
const std::string & |
verb | ) |
|
bool RedirectHandler::reValid |
( |
| ) |
const |
Is the URL regular expression for this redirect handler valid?
uint32_t RedirectHandler::setIndex |
( |
uint32_t |
newindex | ) |
|
|
inline |
void RedirectHandler::setTag |
( |
const std::string & |
newtag | ) |
|
|
inline |
const std::string& RedirectHandler::tag |
( |
| ) |
const |
|
inline |
struct json_object * RedirectHandler::toJson |
( |
| ) |
|
|
read |
std::string RedirectHandler::toJsonString |
( |
| ) |
|
const std::string& RedirectHandler::urlRe |
( |
| ) |
const |
|
inline |
bool RedirectHandler::valid |
( |
| ) |
const |
|
inline |
const std::map<std::string,std::string>& RedirectHandler::verbs |
( |
| ) |
|
|
inline |
friend class RedirectHandlerNode |
|
friend |
The documentation for this class was generated from the following files: