#include <ActionConfig.h>
Public Member Functions | |
| void | init (const string &action_name, const Properties &action_map) |
| ActionConfig () | |
| ActionConfig (const string &action_name, const Properties &action_node) | |
| bool | invalid () const |
Public Attributes | |
| bool | one_way |
| bool | requires_session |
| bool | verify_session |
| bool | updates_access_time |
| bool | clears_session |
| unsigned int | creates_session |
| bool | creates_secure_session |
| bool | cache_result_template |
| bool | permits_get |
| bool | result_is_event |
| string | action |
| string | target |
| string | call |
| string | redirect |
| string | failure_redirect |
| string | result_template |
| string | failure_template |
| boost::scoped_ptr < parameter_sequence > | parameters |
Detailed Description
Definition at line 37 of file ActionConfig.h.
Constructor & Destructor Documentation
| ws::ActionConfig::ActionConfig | ( | ) | [inline] |
Definition at line 128 of file ActionConfig.h.
| ws::ActionConfig::ActionConfig | ( | const string & | action_name, |
| const Properties & | action_node | ||
| ) | [inline] |
Definition at line 131 of file ActionConfig.h.
Member Function Documentation
| void ws::ActionConfig::init | ( | const string & | action_name, |
| const Properties & | action_map | ||
| ) | [inline] |
Definition at line 67 of file ActionConfig.h.
| bool ws::ActionConfig::invalid | ( | ) | const [inline] |
Definition at line 135 of file ActionConfig.h.
Member Data Documentation
| string ws::ActionConfig::action |
Definition at line 51 of file ActionConfig.h.
Referenced by ws::WebService::set_action_handler().
Definition at line 48 of file ActionConfig.h.
| string ws::ActionConfig::call |
Definition at line 53 of file ActionConfig.h.
Definition at line 43 of file ActionConfig.h.
Definition at line 47 of file ActionConfig.h.
| unsigned int ws::ActionConfig::creates_session |
Definition at line 46 of file ActionConfig.h.
Definition at line 55 of file ActionConfig.h.
Definition at line 57 of file ActionConfig.h.
Definition at line 39 of file ActionConfig.h.
Referenced by ws::WebService::set_action_handler().
| boost::scoped_ptr<parameter_sequence> ws::ActionConfig::parameters |
Definition at line 65 of file ActionConfig.h.
Referenced by ws::WebService::set_action_handler().
Definition at line 49 of file ActionConfig.h.
| string ws::ActionConfig::redirect |
Definition at line 54 of file ActionConfig.h.
Definition at line 40 of file ActionConfig.h.
Referenced by ws::WebService::set_action_handler().
Definition at line 50 of file ActionConfig.h.
Definition at line 56 of file ActionConfig.h.
| string ws::ActionConfig::target |
Definition at line 52 of file ActionConfig.h.
Definition at line 42 of file ActionConfig.h.
Definition at line 41 of file ActionConfig.h.
The documentation for this struct was generated from the following file: