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