getConfiguration().getSnapshotFeedTitle(collTitle),
_lastModification);
feed.setPrefix(_collInfo.getPrefix());
applyAuthorInfo(feed);
for (ISnapshotInfo info: _getSnapshots()) {
feed.addEntry(new DefaultSnapshotEntry(info, linkTo(info)));
}
return new WritableAwareRepresentation(variant.getMediaType(),
new SnapshotsFeedWriter(feed, makeFeedHandler(variant)),
_lastModification);
}