Context

class Context

Map bean context

class Object
trait Matchable
class Any

Value members

Constructors

def this(data: Map[String, Any])

Concrete methods

def getVar(name: String): Any
def isTrue(condition: String): Boolean

Evaluates if the passed condition is true

Evaluates if the passed condition is true

def putVar(name: String, value: Any): Unit
def removeVar(`var`: String): Unit
def toMap: Map[String, Any]

Concrete fields

var evaluator: JSR223ExpressionEvaluator