CPPSERV


Home Projects Jobs Clientele Contact
CPPSERV Documentation Download TODO Mailing lists Bug tracker News RSS Feed Browse source

container::serverconfig::AppContext::AppContext::ServletDesc Struct Reference

Collaboration diagram for container::serverconfig::AppContext::AppContext::ServletDesc:

List of all members.


Public Member Functions

 ServletDesc (servlet::Servlet *serv, container::ServletConfigImpl *conf, void *handle, const std::string &path, size_t maxRequestSize, size_t maxFileSize, const std::string &mime, const std::string &enc, bool cache)

Public Attributes

ServletContainer m_cont
void * m_h

Detailed Description

Definition at line 83 of file appcontext.h.


Constructor & Destructor Documentation

container::serverconfig::AppContext::AppContext::ServletDesc::ServletDesc ( servlet::Servlet serv,
container::ServletConfigImpl conf,
void *  handle,
const std::string &  path,
size_t  maxRequestSize,
size_t  maxFileSize,
const std::string &  mime,
const std::string &  enc,
bool  cache 
) [inline]

Definition at line 85 of file appcontext.h.


Member Data Documentation

ServletContainer container::serverconfig::AppContext::AppContext::ServletDesc::m_cont

void* container::serverconfig::AppContext::AppContext::ServletDesc::m_h

Definition at line 90 of file appcontext.h.

Referenced by container::serverconfig::AppContext::unloadServlet().


The documentation for this struct was generated from the following file:

SourceForge.net Logo