contentAccessor.writeLocalUrlContentsToOutputStream(pathRelativeToApp, indexPageContent);
return TagPluginUtility.getUsedTagsAndAttributes(indexPageContent.toString(), browsableNode.getBundleSet(), requestMode, locale, version);
}
catch (IOException | ConfigException | ModelOperationException | NoTagHandlerFoundException e) {
throw new ContentProcessingException(e, "Error when trying to calculate used tags in the index page for " + RelativePathUtility.get(browsableNode.root().getFileInfoAccessor(), browsableNode.root().dir(),indexPage));
}
}