if (_frameworkNamespace == null)
{
Resource frameworkLocation =
new ClasspathResource(_classResolver, "/org/apache/tapestry/Framework.library");
ILibrarySpecification ls = getLibrarySpecification(frameworkLocation);
_frameworkNamespace = new Namespace(INamespace.FRAMEWORK_NAMESPACE, null, ls, this, _classResolver);
}
return _frameworkNamespace;