CPPSERV


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

servlet::ServletContext Member List

This is the complete list of members for servlet::ServletContext, including all inherited members.

getAttribute(const std::string &name)=0servlet::ServletContext [inline, pure virtual]
getAttribute(const std::string &name)servlet::ServletContext [inline]
getAttributeNames()=0servlet::ServletContext [pure virtual]
getContext(const std::string &uripath)=0servlet::ServletContext [pure virtual]
getInitParameter(const std::string &name)=0servlet::ServletContext [pure virtual]
getInitParameterNames()=0servlet::ServletContext [pure virtual]
getMajorVersion()=0servlet::ServletContext [pure virtual]
getMimeType(const std::string &file)=0servlet::ServletContext [pure virtual]
getMinorVersion()=0servlet::ServletContext [pure virtual]
getNamedDispatcher(const std::string &name)=0servlet::ServletContext [pure virtual]
getRealPath(const std::string &path)=0servlet::ServletContext [pure virtual]
getRequestDispatcher(const std::string &path)=0servlet::ServletContext [pure virtual]
getResource(const std::string &path)=0servlet::ServletContext [pure virtual]
getResourceAsStream(const std::string &path)=0servlet::ServletContext [pure virtual]
getResourcePaths(const std::string &path)=0servlet::ServletContext [pure virtual]
getServerInfo()=0servlet::ServletContext [pure virtual]
getServletContextName() const =0servlet::ServletContext [pure virtual]
hasAttribute(const std::string &name) const =0servlet::ServletContext [pure virtual]
log(const std::string &msg) const =0servlet::ServletContext [pure virtual]
log(const std::string &message, const std::exception &e) const =0servlet::ServletContext [pure virtual]
removeAttribute(const std::string &name)=0servlet::ServletContext [pure virtual]
setAttribute(const std::string &name, boost::shared_ptr< void > object)=0servlet::ServletContext [pure virtual]
setAttribute(const std::string &name, boost::shared_ptr< T > object)servlet::ServletContext [inline]
setAttribute(const std::string &name, const T &object)servlet::ServletContext [inline]
~ServletContext()servlet::ServletContext [inline, virtual]

SourceForge.net Logo