Method Summary |
|
public synchronized void | addAttributeListener(HttpSessionAttributeListener listener) |
public synchronized void | clearAttributes() |
public synchronized Object | getAttribute(String key) |
public synchronized Enumeration | getAttributeNames() |
public synchronized long | getCreationTime() |
public synchronized String | getId() |
public synchronized long | getLastAccessedTime() |
public synchronized int | getMaxInactiveInterval() |
public synchronized ServletContext | getServletContext() |
public synchronized HttpSessionContext | getSessionContext() |
public synchronized Object | getValue(String key) |
public synchronized String[] | getValueNames() |
public synchronized void | invalidate() |
public synchronized boolean | isNew() |
public synchronized boolean | isValid() |
public synchronized void | putValue(String key, Object value) |
public synchronized void | removeAttribute(String key) |
public synchronized void | removeValue(String key) |
public synchronized void | resetAll() |
public synchronized void | setAttribute(String key, Object value) |
public synchronized void | setMaxInactiveInterval(int maxInactiveInterval) |
public synchronized void | setUpIsNew(boolean isNew) |
public synchronized void | setupServletContext(ServletContext servletContext) Set the ServletContext . |