org.apache.catalina.session
public class StandardSessionFacade extends Object implements HttpSession
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
| Constructor Summary | |
|---|---|
| StandardSessionFacade(StandardSession session)
Construct a new session facade. | |
| StandardSessionFacade(HttpSession session)
Construct a new session facade. | |
| Method Summary | |
|---|---|
| Object | getAttribute(String name) |
| Enumeration | getAttributeNames() |
| long | getCreationTime() |
| String | getId() |
| long | getLastAccessedTime() |
| int | getMaxInactiveInterval() |
| ServletContext | getServletContext() |
| HttpSessionContext | getSessionContext() |
| Object | getValue(String name) |
| String[] | getValueNames() |
| void | invalidate() |
| boolean | isNew() |
| void | putValue(String name, Object value) |
| void | removeAttribute(String name) |
| void | removeValue(String name) |
| void | setAttribute(String name, Object value) |
| void | setMaxInactiveInterval(int interval) |