#include <cspcontext.h>


Public Member Functions | |
| CSPContext (Context *parent, const std::string &path, const std::string &dso, bool hidden) | |
Static Public Member Functions | |
| static Context * | contextCreator (const ConfigNode &n, Context *parent) |
Protected Member Functions | |
| virtual std::string | getServletName () |
Definition at line 29 of file cspcontext.h.
| container::serverconfig::CSPContext::CSPContext | ( | Context * | parent, | |
| const std::string & | path, | |||
| const std::string & | dso, | |||
| bool | hidden | |||
| ) |
Definition at line 35 of file cspcontext.cpp.
| Context * container::serverconfig::CSPContext::contextCreator | ( | const ConfigNode & | n, | |
| Context * | parent | |||
| ) | [static] |
Reimplemented from container::serverconfig::ServletContext.
Definition at line 40 of file cspcontext.cpp.
References container::serverconfig::ServerConfig::fart(), and container::serverconfig::ConfigNode::getAttrs().
Referenced by container::serverconfig::AppContext::registerContexts().

| std::string container::serverconfig::CSPContext::getServletName | ( | ) | [protected, virtual] |
Reimplemented from container::serverconfig::ServletContext.
Definition at line 56 of file cspcontext.cpp.
References container::serverconfig::Context::getName().
