public abstract class SimpleHttpSession extends Object implements javax.servlet.http.HttpSession
| Constructor and Description |
|---|
SimpleHttpSession() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String attributeName) |
String |
getId() |
void |
removeAttribute(String attributeName) |
void |
setAttribute(String attributeName,
Object attributeValue) |
void |
setAttributes(Map<String,Object> value) |
public Object getAttribute(String attributeName)
getAttribute in interface javax.servlet.http.HttpSessionpublic String getId()
getId in interface javax.servlet.http.HttpSessionpublic void removeAttribute(String attributeName)
removeAttribute in interface javax.servlet.http.HttpSessionpublic void setAttribute(String attributeName, Object attributeValue)
setAttribute in interface javax.servlet.http.HttpSessionCopyright © 2010-2015 com.github.dblock. All Rights Reserved.