renderHead(this, response);
// Make sure the markup source strategy has been considered as well.
getMarkupSourcingStrategy().renderHead(this, container);
response.markRendered(this);
}
// Than ask all behaviors
for (Behavior behavior : getBehaviors())
{