public class BackendVariableContext extends Object
| Constructor and Description |
|---|
BackendVariableContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addOrModifyVariable(String name,
String value)
Deprecated.
Not meant for use by the user.
|
static String |
getVariable(String name)
Deprecated.
Not meant for use by the user.
|
static void |
removeVariable(String name)
Deprecated.
Not meant for use by the user.
|
@Deprecated public static void addOrModifyVariable(String name, String value)
name - The name of the variable to modifyvalue - The value to put in it@Deprecated public static String getVariable(String name)
name - The name of the variable to get@Deprecated public static void removeVariable(String name)
name - The name of the variable to removeCopyright © 2021. All rights reserved.