}
protected AWElement createContentElement (AWComponent component, Map newBindingsHashtable,
AWApplication application)
{
AWBinding contentLayoutsBinding = (AWBinding)newBindingsHashtable.remove("awcontentLayouts");
if (contentLayoutsBinding != null) {
Map<String, String> contentToLayout = (Map)contentLayoutsBinding.value(component);
if (!MapUtil.nullOrEmptyMap(contentToLayout)) {
String name;
if (contentToLayout.size() == 1 && ((name = contentToLayout.get("_main")) != null)) {
return createLayoutInclude(name);
} else {