}
Map<Object, Object> attributeMap = context.getUIContext().getAttributeMap();
attributeMap.put(ResourceCollection.class, resourceCollection);
ScaffoldGenerationContext genCtx = (ScaffoldGenerationContext) attributeMap.get(ScaffoldGenerationContext.class);
genCtx.addAttribute("pageTemplate", pageTemplate.getValue());
return null;
}
@Override
public UICommandMetadata getMetadata(UIContext context)