CPPSERV


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

servlet::HttpSession Member List

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

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

SourceForge.net Logo