Package ortus.boxlang.runtime.context
package ortus.boxlang.runtime.context
-
ClassDescriptionThis context represents an Application in BoxLangThis context represents the context of ANYTHING that can execute in BoxLangThis context represents the context of a template execution in BoxLangThis context represents the pseduo constructor of a Box ClassThis context represents the execution of a closure.This context provides a "container" to run some code in where we want to have our own variables scope, but otherwise want to inherit the rest of the requests' scopesThis context represents the context of any function execution in BoxLang It encapsulates the arguments scope and local scope and has a reference to the function being invoked.This context represents the context of any function execution in BoxLang It encapsulates the arguments scope and local scope and has a reference to the function being invoked.This represents the interface for all box contexts.Represents the results of a successful scope hunting expedition.This interface is used mostly on the RequestBoxContext and ThreadBoxContext classes to provide access to the ConnectionManager and other JDBC-related functionality.This context represents the initialization of an interface, and is really only here for the registerUDF methodThis context represents the execution of a Lambda.A request-type context.This context represents the context of the entire BoxLang Runtime.This context represents the context of a scripting execution in BoxLang There a variables and request scope present.This context represents the context of the entire BoxLang Runtime.This context represents the static constructor of a box classThis context represents the context of any function execution in BoxLang It encapsulates the arguments scope and local scope and has a reference to the function being invoked.