返回值
变量 类型 说明
topicRelated_topicContent_entityBean Topic 话题
话题 Topic
变量 类型 说明
id Long 话题Id
title String 标题
tagId Long 标签Id
tagName String 标签名称
content String 话题内容;本字段在存入数据库时已进行安全过滤,可以加上<#noescape></#noescape>标签关闭转义,以输出html标签。
如果富文本含有隐藏标签,建议使用JavaScript代码在<hide>标签内添加展示界面。

输入密码可见:
<hide class="inputValue_10" hide-type="10"></hide>
评论话题可见:
<hide class="inputValue_20" hide-type="20"></hide>
达到等级可见:
<hide class="inputValue_30" hide-type="30" description=""></hide>
积分购买可见:
<hide class="inputValue_40" hide-type="40"></hide>
summary String 内容摘要(不含隐藏标签内的内容)
postTime Date 发表时间
lastReplyTime Date 最后回复时间
lastUpdateTime Date 最后修改时间
commentTotal Long 评论总数
allow boolean 允许评论
viewTotal Long 查看总数
userName String 用户名称
userRoleNameList List<String> 用户角色名称集合
allowRoleViewList List<String> 话题允许查看的角色名称集合(默认角色除外)
nickname String 呢称
avatarPath String 头像路径 页面上显示200*200头像示例${topic.avatarPath}${topic.avatarName}   显示100*100头像示例${topic.avatarPath}100x100/${topic.avatarName}
avatarName String 头像名称
isStaff boolean 是否为员工
sort Integer 排序 默认为0
方法支持参数
参数 类型 是否必填 说明
topicId Long 话题Id

示例