TKN Logo SelfSoft Logo

Total Knowledge

SelfSoft, Inc.

CPPSERV

[CPPSERV] [Documentation] [Download] [Contact] [Bug tracker] [News] [RSS Feed] [gitweb]

container::ServerConfig::CSPContext Class Reference

Inheritance diagram for container::ServerConfig::CSPContext:

Inheritance graph
[legend]
Collaboration diagram for container::ServerConfig::CSPContext:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CSPContext (Context *parent, const std::string &path, const std::string &dso, bool hidden)

Static Public Member Functions

static ContextcontextCreator (const ServerConfig::ConfigNode &n, Context *parent)

Protected Member Functions

virtual std::string getServletName ()

Detailed Description

Definition at line 421 of file serverconfig.h.


Constructor & Destructor Documentation

container::ServerConfig::CSPContext::CSPContext ( Context parent,
const std::string &  path,
const std::string &  dso,
bool  hidden 
)

This context defines CSP (C++ Server Page). It is very similar to ServletContext, except it does some mangling on servlet name before actually trying to create it.

Parameters:
parent Parent context
path Virtual path this CSP is mapped to
dso path to shared library that contains this CSP
hidden Whether to enable access to this CSP through HTTP

Definition at line 225 of file serverconfig.cpp.


Member Function Documentation

std::string container::ServerConfig::CSPContext::getServletName (  )  [protected, virtual]

Reimplemented from container::ServerConfig::ServletContext.

Definition at line 415 of file serverconfig.cpp.

References container::ServerConfig::Context::getName(), and container::ServerConfig::Context::name.

Here is the call graph for this function:


The documentation for this class was generated from the following files:

SourceForge.net Logo

Authoright © Total Knowledge: 2001-2004