首页>代码>android 仿网易新闻服务端源码>/webnews/src/com/huaao/news/action/service/CommentsAction.java
package com.huaao.news.action.service;

import java.util.List;

import org.apache.struts2.ServletActionContext;

import com.huaao.news.bean.Comments;
import com.huaao.news.service.ICommentsService;

public class CommentsAction {
	private Comments comments;
	private ICommentsService commentsService;
	private List<Comments> list;
	public String select(){
		list = commentsService.selectAll();
		ServletActionContext.getRequest().getSession().setAttribute("commentsList", list);
		return "comments";
	}
	public Comments getComments() {
		return comments;
	}
	public void setComments(Comments comments) {
		this.comments = comments;
	}
	public ICommentsService getCommentsService() {
		return commentsService;
	}
	public void setCommentsService(ICommentsService commentsService) {
		this.commentsService = commentsService;
	}
}
最近下载更多
晚晚不晚睡  LV1 2023年5月2日
yang886  LV21 2023年3月5日
廖乐儿  LV2 2022年12月6日
_nrxsh  LV12 2022年10月22日
ruishent  LV6 2022年7月25日
小燕子飞飞飞  LV2 2022年6月8日
wangyunhao  LV10 2022年5月17日
刘嘉晨11111  LV7 2022年3月31日
YouCCCC  LV2 2022年2月13日
析沐  LV1 2021年11月30日
最近浏览更多
666ing  LV2 2023年12月27日
微笑刺客  LV15 2023年12月12日
LITIANYU084414  LV11 2023年11月28日
hhhhhz  LV7 2023年11月14日
chenlie  LV2 2023年11月7日
panwill  LV5 2023年8月18日
Yanguu 2023年7月11日
暂无贡献等级
小小小雪球  LV2 2023年6月13日
200171  LV9 2023年6月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友