+ ", title " + cur.getName());
// launch entry if launchable, otherwise offer it as download / launch
// it as non-html in browser
String displayName = cur.getName();
RepositoryHandler handler = RepositoryHandlerFactory.getInstance().getRepositoryHandler(repoEntry);
OLATResource ores = repoEntry.getOlatResource();
if (ores == null) throw new AssertException("repoEntry had no olatresource, repoKey = " + repoEntry.getKey());
if (repoEntry.getCanLaunch()) {
// we can create a controller and launch
// it in OLAT, e.g. if it is a
// content-packacking or a course