if(startFile.exists() && startPageProcessor != null){
startPageProcessor.processStartFile(startFile, widgetModel, content);
}
}
if (widgetModel.getContentList().isEmpty()){
throw new InvalidStartFileException("Widget has no start page");
}
// get the path to the root of the unzipped folder
String thelocalPath = WidgetPackageUtils.getURLForWidget(localPath, manifestIdentifier, "");
// now pass this to the model which will prepend the path to local resources (not web icons)