| Interface | Description |
|---|---|
| ElAdvanceConverter |
This interface defines an expression language type converter that can be use
in the ElEnviroment to cast the results of the evaluated expressions.
|
| ElEnvironment |
Represents an environment that holds the variables that can be evaluated and
assigned in the expression language execution context.
|
| ElService |
A service for the expression language system.
|
| ElSimpleConverter<F,T> |
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.
|
| ElSimpleConvertProvider |
A provider of simple converters for expression languaje.
|
| ModelResolver |
An interface that allow other APIs to fill the global enviroment variables
for the given IoC context.
|
| Class | Description |
|---|---|
| ElSimpleConvertMap |
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.
|
Copyright © 2015–2017 Bridje Framework. All rights reserved.