
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 |
Definition at line 83 of file appcontext.h.
| 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.
| ServletContainer container::serverconfig::AppContext::AppContext::ServletDesc::m_cont |
Definition at line 89 of file appcontext.h.
Referenced by container::serverconfig::AppContext::getServletContainer().
| void* container::serverconfig::AppContext::AppContext::ServletDesc::m_h |
Definition at line 90 of file appcontext.h.
Referenced by container::serverconfig::AppContext::unloadServlet().