public class Context extends Object
| Constructor and Description | 
|---|
Context()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
clear()
Clears current context of any values. 
 | 
static void | 
put(String... namesAndValues)
Add multiple values in a classical JavaLite style. 
 | 
static String | 
toJSON()  | 
public static void put(String... namesAndValues)
namesAndValues - names and values (must pass even number).public static void clear()
public static String toJSON()
"{...}" if values are present,
 or null if no values were set.Copyright © 2020 JavaLite. All rights reserved.