public interface ElService
| Modifier and Type | Method and Description |
|---|---|
<T> T |
convert(Object value,
Class<T> type)
Converts the given value to the given class using the internal convert
system.
|
ElEnvironment |
createElEnvironment(IocContext<?> context)
Creates a new expression language environment.
|
ElEnvironment createElEnvironment(IocContext<?> context)
context - The IocContext instance to find the models. The new
created EL environment will take the values from the components of this
context.<T> T convert(Object value, Class<T> type)
T - The type of the result.value - The value to convert.type - The type to convert to.Copyright © 2015–2017 Bridje Framework. All rights reserved.