.registerManagedResource(description("Template Managed Resource, responsible for handling imports operations of templates sites."));
ManagedResource.Registration templateType = template.registerSubResource("{template-type: portal|group|user}",
description("Management resource responsible for handling management operations for a template's import."));
templateType.registerOperationHandler(OperationNames.IMPORT_RESOURCE, new TemplateImportResource(),
description("Imports template data from an zip file."));
}