| getAttribute(const std::string &name)=0 | servlet::HttpSession | [inline, pure virtual] |
| getAttribute(const std::string &name) | servlet::HttpSession | [inline] |
| getAttributeNames() const =0 | servlet::HttpSession | [pure virtual] |
| getCreationTime() const =0 | servlet::HttpSession | [pure virtual] |
| getId() const =0 | servlet::HttpSession | [pure virtual] |
| getLastAccessedTime() const =0 | servlet::HttpSession | [pure virtual] |
| getMaxInactiveInterval() const =0 | servlet::HttpSession | [pure virtual] |
| getServletContext() const =0 | servlet::HttpSession | [pure virtual] |
| hasAttribute(const std::string &name) const =0 | servlet::HttpSession | [pure virtual] |
| invalidate()=0 | servlet::HttpSession | [pure virtual] |
| isNew() const =0 | servlet::HttpSession | [pure virtual] |
| removeAttribute(const std::string &name)=0 | servlet::HttpSession | [pure virtual] |
| setAttribute(const std::string &name, boost::shared_ptr< void > value)=0 | servlet::HttpSession | [pure virtual] |
| setAttribute(const std::string &name, boost::shared_ptr< T > value) | servlet::HttpSession | [inline] |
| setAttribute(const std::string &name, const T &value) | servlet::HttpSession | [inline] |
| setMaxInactiveInterval(int interval)=0 | servlet::HttpSession | [pure virtual] |
| ~HttpSession() | servlet::HttpSession | [inline, virtual] |