public class ScopeContext extends Object
A structure that contains the name of
the scope and the scope itself exposed as a Map<String,
Object>
.
Constructor and Description |
---|
ScopeContext(String scopeName,
Map<String,Object> scope)
Construct this structure with the supplied arguments. |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getScope()
Return the scope itself, exposed
as a |
String |
getScopeName()
Return the name of this custom scope. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.