- ElAdvanceConverter - Interface in org.bridje.el
-
This interface defines an expression language type converter that can be use
in the ElEnviroment to cast the results of the evaluated expressions.
- ElEnvironment - Interface in org.bridje.el
-
Represents an environment that holds the variables that can be evaluated and
assigned in the expression language execution context.
- ElService - Interface in org.bridje.el
-
A service for the expression language system.
- ElSimpleConverter<F,T> - Interface in org.bridje.el
-
This interface defines a simple converter that can be use to convert an
object of its source class into a new object of its destiny class.
- ElSimpleConvertMap - Class in org.bridje.el
-
Represents a map of simple converters that can be use to add/get the correct
converter for the source and the destiny class of the convertion.
- ElSimpleConvertMap() - Constructor for class org.bridje.el.ElSimpleConvertMap
-
Default constructor.
- ElSimpleConvertProvider - Interface in org.bridje.el
-
A provider of simple converters for expression languaje.