- ELContextBuilder - Interface in org.seedstack.seed.el.api
-
ELContextBuilder provides a DSL to build ELContext instances.
- ELContextBuilder.ELPropertyProvider - Interface in org.seedstack.seed.el.api
-
Grammar to add properties and methods to an ELContext.
- ELHandler<T extends Annotation> - Interface in org.seedstack.seed.el.spi
-
Implementing this interface allows to define an EL handler which will receive the results of the corresponding
EL expression evaluation.
- ELService - Interface in org.seedstack.seed.el.api
-
The ELService provides a DSL to facilitate the evaluation of expression language.
- ELService.ELContextProvider - Interface in org.seedstack.seed.el.api
-
This interface provides methods to add ELContext for EL evaluation.
- ELService.ELExpressionProvider - Interface in org.seedstack.seed.el.api
-
This interface provides methods to add properties for the EL evaluation.
- ELService.MethodExpressionProvider - Interface in org.seedstack.seed.el.api
-
This interface provides methods to evaluate a method expression.
- ELService.ValueExpressionProvider - Interface in org.seedstack.seed.el.api
-
This interface provides methods to evaluate a value expression.
- eval() - Method in interface org.seedstack.seed.el.api.ELService.ValueExpressionProvider
-
Evaluates the EL.