Package ru.org.linux.tag

Examples of ru.org.linux.tag.TagInfo


                userTagService.hasIgnoreTag(tmpl.getCurrentUser(), tag)
        );
      }
    }

    TagInfo tagInfo = tagService.getTagInfo(tag, true);

    modelAndView.addObject("counter", tagInfo.topicCount());

    modelAndView.addObject("url", tagListUrl(tag));
    modelAndView.addObject("favsCount", userTagService.countFavs(tagInfo.id()));

    if (offset<200 && preparedTopics.size()==20) {
      modelAndView.addObject("nextLink", buildTagUri(tag, sectionId, offset + 20));
    }
View Full Code Here

TOP

Related Classes of ru.org.linux.tag.TagInfo

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.