fillMinified(dataModel);
fillPageNavigations(dataModel);
fillStatistic(dataModel);
} catch (final JSONException e) {
LOGGER.log(Level.ERROR, "Fills blog header failed", e);
throw new ServiceException(e);
} catch (final RepositoryException e) {
LOGGER.log(Level.ERROR, "Fills blog header failed", e);
throw new ServiceException(e);
} finally {
Stopwatchs.end();
}
}