createModels static method
Returns the map of type names to objects that the constructor's models parameter expects.
Implementation
static Map<String, Object> createModels(Iterable<Object> toIntegrate) {
return AFComponentState.createModels(toIntegrate);
}