public class RuntimeContextImpl extends Object implements RuntimeContext
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Object> |
attributes
.
|
private Map<String,Object> |
session
.
|
| Constructor and Description |
|---|
RuntimeContextImpl(Map<String,Object> session,
Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes()
Returns the current attributes.
|
Map<String,Object> |
getSession()
Returns the current session.
|
private final Map<String,Object> attributes
public final Map<String,Object> getSession()
RuntimeContextgetSession in interface RuntimeContextpublic Map<String,Object> getAttributes()
RuntimeContextgetAttributes in interface RuntimeContextCopyright © 2015 eXo Platform SAS. All Rights Reserved.