{
sup = new ContentNodeVersionSupplier(getRepositoryId(), this.getInfoGluePrincipal().getName());
}
else
{
ContentNodeSupplier contentNodeSupplier = new ContentNodeSupplier(getRepositoryId(), this.getInfoGluePrincipal());
contentNodeSupplier.setShowLeafs(showLeafs.compareTo("yes")==0);
contentNodeSupplier.setAllowedContentTypeIds(allowedContentTypeIds);
sup = contentNodeSupplier;
}
String treeMode = CmsPropertyHandler.getTreeMode();
if(treeMode != null)