reduce dangers of creating the same xml content type by remove the possibility of multiple xml content types with the same name. sort content types alphabetically in the dropdown. refine reading of templating configuration.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3601 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ariel Backenroth
2006-08-24 05:20:12 +00:00
parent 88a84e525a
commit 03476e862e
3 changed files with 34 additions and 25 deletions

View File

@@ -197,4 +197,9 @@ public class TemplateTypeImpl
{
return this.outputMethods;
}
public int hashCode()
{
return this.getName().hashCode();
}
}