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