Package com.salas.bb.views.feeds.html

Examples of com.salas.bb.views.feeds.html.HTMLFeedDisplay


            {
                case FeedType.TYPE_TWITTER:
                    display = new TwitterFeedDisplay(htmlDisplayConfig, pageModel, pageCountModel);
                    break;
                case FeedType.TYPE_TEXT:
                    display = new HTMLFeedDisplay(htmlDisplayConfig, pageModel, pageCountModel);
                    break;
                case FeedType.TYPE_IMAGE:
                    display = new ImageFeedDisplay(imageDisplayConfig, pageModel, pageCountModel);
                    break;
            }
View Full Code Here

TOP

Related Classes of com.salas.bb.views.feeds.html.HTMLFeedDisplay

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.