Package com.semagia.atomico.server.feed.impl

Examples of com.semagia.atomico.server.feed.impl.OverviewFeedWriter


        for (ICollectionInfo info: _getCollections()) {
            ICollectionEntry entry = new DefaultCollectionEntry(info, super.linkToCollection(info), new ArrayList<MediaType>(FeedHandlerRegistry.getMediaTypes()));
            feed.addEntry(entry);
        }
        return new WritableAwareRepresentation(variant.getMediaType(),
                new OverviewFeedWriter(feed, makeFeedHandler(variant)),
                _lastModification);
    }
View Full Code Here

TOP

Related Classes of com.semagia.atomico.server.feed.impl.OverviewFeedWriter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.