[CPPSERV] [Documentation] [Download] [Contact] [Bug tracker] [News] [RSS Feed] [gitweb]
addInitParam(const std::string &name, const std::string &value) | container::App | |
addServlet(const std::string &path, ServletDesc *d) | container::App | [private] |
addServlet(const std::string &path, const std::string &name, const std::string &dso, bool hidden) | container::App | |
App(ServerConfig &cfg, time_t sessionTimeout, const std::string &name, const std::string &fileSaveDir, const std::string &uribase) | container::App | |
attr_t typedef | container::App | [private] |
cfg | container::App | [private] |
cleaner | container::App | [private] |
cleanSessions() | container::App | |
delServlet(const std::string &path) | container::App | |
destroyServlet(const std::string &path) | container::App | [private] |
destroyServlets() | container::App | |
fileSaveTemplate | container::App | [private] |
getAttribute(const std::string &name) | container::App | [virtual] |
getAttributeNames() | container::App | [virtual] |
getContext(const std::string &uripath) | container::App | [virtual] |
getDesc(const std::string &path) | container::App | [private] |
getDso(const std::string &path) | container::App | |
getFileSaveTemplate() const | container::App | [inline] |
getInitParameter(const std::string &name) | container::App | [virtual] |
getInitParameterNames() | container::App | [virtual] |
getMajorVersion() | container::App | [virtual] |
getMimeType(const std::string &file) | container::App | [virtual] |
getMinorVersion() | container::App | [virtual] |
getNamedDispatcher(const std::string &name) | container::App | [virtual] |
getRealPath(const std::string &path) | container::App | [virtual] |
getRequestDispatcher(const std::string &path) | container::App | [virtual] |
getResource(const std::string &path) | container::App | [virtual] |
getResourceAsStream(const std::string &path) | container::App | [virtual] |
getResourcePaths(const std::string &path) | container::App | [virtual] |
getServerInfo() | container::App | [virtual] |
getServletContainer(const std::string &path) | container::App | |
getServletContextName() const | container::App | [virtual] |
getSession(const std::string &sid, bool create) | container::App | |
getSessionCookieName() | container::App | [inline] |
getUriBase() const | container::App | [inline] |
hasAttribute(const std::string &name) const | container::App | [virtual] |
initServlet(const std::string &path) | container::App | [private] |
initServlets() | container::App | |
isSessionValid(const std::string &sid) | container::App | |
killAllSessions() | container::App | |
killSession(const std::string &sid) | container::App | |
log(const std::string &msg) const | container::App | [virtual] |
log(const std::string &message, const std::exception &e) const | container::App | [virtual] |
m_attrs | container::App | [private] |
m_params | container::App | [private] |
m_uribase | container::App | [private] |
makeSName(const std::string &name) | container::App | [private, static] |
maptop | container::App | [private] |
name | container::App | [private] |
newSession() | container::App | [private] |
param_t typedef | container::App | [private] |
removeAttribute(const std::string &name) | container::App | [virtual] |
ServerConfig class | container::App | [friend] |
servletcreatefunc_t typedef | container::App | [private] |
servletmap_t typedef | container::App | |
sessionCookieName | container::App | [private] |
sessionlist_t typedef | container::App | [private] |
sessionLock | container::App | [private] |
sessions | container::App | [private] |
sessionTimeout | container::App | [private] |
setAttribute(const std::string &name, boost::shared_ptr< void > object) | container::App | [virtual] |
servlet::ServletContext::setAttribute(const std::string &name, boost::shared_ptr< T > object) | servlet::ServletContext | [inline] |
servlet::ServletContext::setAttribute(const std::string &name, const T &object) | servlet::ServletContext | [inline] |
splitServPath(const std::string &path, std::string &dir, std::string &name) | container::App | [private] |
unloadServlet(const std::string &path) | container::App | [private] |
~App() | container::App | [virtual] |
~ServletContext() | servlet::ServletContext | [inline, virtual] |