@FunctionalInterface public interface ModelResolver
| Modifier and Type | Method and Description |
|---|---|
void |
resolveAllModels(IocContext<?> ctx,
Map<String,Class<?>> result)
Called when the ElEnviroment need to resolve the names of the components
that will participate in the expressions.
|
void resolveAllModels(IocContext<?> ctx, Map<String,Class<?>> result)
ctx - The context that the models will be resolved out of.result - The result map with the names and class of all the
components that are models to the given EL enviroment.Copyright © 2015–2017 Bridje Framework. All rights reserved.