Package com.salas.bb.views.feeds.twitter

Examples of com.salas.bb.views.feeds.twitter.TwitterFeedDisplay


        if (aFeedType != null)
        {
            switch(aFeedType.getType())
            {
                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:
View Full Code Here

TOP

Related Classes of com.salas.bb.views.feeds.twitter.TwitterFeedDisplay

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.