public abstract class EvaluationContextExtensionSupport extends Object implements EvaluationContextExtension
EvaluationContextExtensions.1.9| Constructor and Description |
|---|
EvaluationContextExtensionSupport() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Function> |
getFunctions()
Returns the functions exposed by the extension.
|
Map<String,Object> |
getProperties()
Returns the properties exposed by the extension.
|
Object |
getRootObject()
Returns the root object to be exposed by the extension.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtensionIdpublic Map<String,Object> getProperties()
EvaluationContextExtensiongetProperties in interface EvaluationContextExtensionpublic Map<String,Function> getFunctions()
EvaluationContextExtensiongetFunctions in interface EvaluationContextExtension@Nullable public Object getRootObject()
EvaluationContextExtensiongetRootObject in interface EvaluationContextExtensionCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.