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