// String bindings are new in 2.0.4. For the momement,
// we don't even try to cache and share them ... they
// are most often unique within a page.
if (type == BindingType.STRING)
return new StringBinding(container, value, location);
// static and field bindings are pooled. This allows the
// same instance to be used with many components.
if (type == BindingType.STATIC)