Context

org.beangle.data.excel.template.Context
class Context

Map bean context

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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

Attributes

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

Concrete fields

var evaluator: ExpressionEvaluator