public class WebScriptServletSession extends Object implements WebScriptSession
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.http.HttpSession |
session |
| Constructor and Description |
|---|
WebScriptServletSession(javax.servlet.http.HttpSession session)
Construct
|
public WebScriptServletSession(javax.servlet.http.HttpSession session)
session - HttpSessionpublic String getId()
WebScriptSessiongetId in interface WebScriptSessionpublic Object getValue(String name)
WebScriptSessiongetValue in interface WebScriptSessionname - value namepublic void removeValue(String name)
WebScriptSessionremoveValue in interface WebScriptSessionname - value namepublic void setValue(String name, Object value)
WebScriptSessionsetValue in interface WebScriptSessionname - value namevalue - valueCopyright © 2005–2015 Alfresco Software. All rights reserved.