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()
RuntimeContext
getSession
in interface RuntimeContext
public Map<String,Object> getAttributes()
RuntimeContext
getAttributes
in interface RuntimeContext
Copyright © 2015 eXo Platform SAS. All Rights Reserved.