dojox.lang¶
Status: | In-process |
---|---|
Version: | 1.0 |
Project owner: | Eugene Lazutkin, Kris Zyp |
Available: | since 1.2 |
Contents
JavaScript language extensions for supporting AOP, FP and other language constructs.
Features¶
-
Provides a framework for aspect-oriented programming.
-
Provides helpers for event-driven programming.
-
Provides schemas on Dojo’s classes from the API documentation. This can used for runtime access to class metadata information such as descriptions and type information. This can be used in conjunction with dojox.lang.typed to enforce typing on Dojo’s classes using the API information.
-
Provides lambda functions, and common functional operations.
-
Provides construction of objects that such that property access and modification can be controlled, i.e. provides a form of getters/setters.
-
Provides mixers to support traits and mixins for object-oriented programming.
-
Provides type checking for JavaScript classes, enforcing types on properties and method parameters using JSON Schema definitions.
-
Object handling utilities for changing two objects to the same type, updating properties of objects from another object and merge two objects.