public class ExecutionContextVariableResolver extends java.lang.Object implements VariableResolver
ExecutionContext. The
ExecutionContextVariableResolver.Variable constants define variable names for execution context
values.| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionContextVariableResolver.Variable
Variable name constants for
ExecutionContext values. |
| Constructor and Description |
|---|
ExecutionContextVariableResolver(ExecutionContext executionContext)
Constructor with execution context.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(java.lang.String name)
Returns the value currently set for the variable given by its name, or
null if no such variable exists.
|
java.lang.String |
toString() |
public ExecutionContextVariableResolver(ExecutionContext executionContext)
executionContext - the execution context with values resolved by this classpublic java.lang.Object getValue(java.lang.String name)
VariableResolvergetValue in interface VariableResolvername - the variable namepublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2021. All Rights Reserved.