#include <cisco_player_commands.h>
webdriver::CISCO_StateCommand::CISCO_StateCommand |
( |
const std::vector< std::string > & |
path_segments, |
|
|
const base::DictionaryValue * |
parameters |
|
) |
| |
virtual webdriver::CISCO_StateCommand::~CISCO_StateCommand |
( |
| ) |
|
|
virtual |
virtual bool webdriver::CISCO_StateCommand::DoesGet |
( |
| ) |
const |
|
virtual |
Indicates if this command URL responds to GET method.
Reimplemented from webdriver::Command.
virtual bool webdriver::CISCO_StateCommand::DoesPost |
( |
| ) |
const |
|
virtual |
Indicates if this command URL responds to POST method.
Reimplemented from webdriver::Command.
virtual void webdriver::CISCO_StateCommand::ExecuteGet |
( |
Response *const |
response | ) |
|
|
virtual |
Executes the corresponding variant of this command URL. Always called after Init() and called from the Execute function. Any failure is handled as a return code found in Response.
- Parameters
-
response | pointer to response object |
Reimplemented from webdriver::Command.
virtual void webdriver::CISCO_StateCommand::ExecutePost |
( |
Response *const |
response | ) |
|
|
virtual |
Executes the corresponding variant of this command URL. Always called after Init() and called from the Execute function. Any failure is handled as a return code found in Response.
- Parameters
-
response | pointer to response object |
Reimplemented from webdriver::Command.
The documentation for this class was generated from the following file: