public class XINSHttpSession extends Object implements HttpSession
| Modifier and Type | Method and Description |
|---|---|
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 value) |
void |
setAttribute(String name,
Object value) |
void |
setMaxInactiveInterval(int i) |
public void removeValue(String value)
removeValue in interface HttpSessionpublic void removeAttribute(String name)
removeAttribute in interface HttpSessionpublic Object getAttribute(String name)
getAttribute in interface HttpSessionpublic Object getValue(String name)
getValue in interface HttpSessionpublic void setMaxInactiveInterval(int i)
setMaxInactiveInterval in interface HttpSessionpublic void setAttribute(String name, Object value)
setAttribute in interface HttpSessionpublic void putValue(String name, Object value)
putValue in interface HttpSessionpublic Enumeration getAttributeNames()
getAttributeNames in interface HttpSessionpublic long getCreationTime()
getCreationTime in interface HttpSessionpublic String getId()
getId in interface HttpSessionpublic long getLastAccessedTime()
getLastAccessedTime in interface HttpSessionpublic int getMaxInactiveInterval()
getMaxInactiveInterval in interface HttpSessionpublic ServletContext getServletContext()
getServletContext in interface HttpSessionpublic HttpSessionContext getSessionContext()
getSessionContext in interface HttpSessionpublic String[] getValueNames()
getValueNames in interface HttpSessionpublic void invalidate()
invalidate in interface HttpSessionpublic boolean isNew()
isNew in interface HttpSessionSee http://www.xins.org/.