public class WebScriptPortletSession extends Object implements WebScriptSession
| Modifier and Type | Field and Description |
|---|---|
protected javax.portlet.PortletSession |
session |
| Constructor and Description |
|---|
WebScriptPortletSession(javax.portlet.PortletSession session)
Construct
|
public WebScriptPortletSession(javax.portlet.PortletSession session)
session - PortletSessionpublic 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–2017 Alfresco Software. All rights reserved.