public interface WebScriptSession
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id of the session
|
Object |
getValue(String name)
Gets a value from the session
|
void |
removeValue(String name)
Remove value from the session
|
void |
setValue(String name,
Object value)
Sets a value in the session
|
String getId()
Object getValue(String name)
name - value namevoid setValue(String name, Object value)
name - value namevalue - valuevoid removeValue(String name)
name - value nameCopyright © 2005–2018 Alfresco Software. All rights reserved.