List<JcaBootstrapContext> contexts = new ArrayList<JcaBootstrapContext>(children.size());
for(Property child : children)
{
ModelNode value = child.getValue();
JcaBootstrapContext entity = boostrapAdapter.fromDMR(value);
contexts.add(entity);
}
getView().setBootstrapContexts(contexts);