在线新闻系统毕业设计 - 图文(2)

2020-02-21 22:41

马鞍山师范高等专科学校毕业设计(论文)

import com.victor.service.NewsTypeFacade; import com.victor.service.NewsTypeFacadeImpl; import java.util.List; //指向上一层,并且动态生成

public class TypeTopAction extends Action { private NewsTypeFacade newsTypeFacade; public TypeTopAction() {

this.newsTypeFacade = new NewsTypeFacadeImpl(); }

public ActionForward perform(ActionMapping actionMapping, ActionForm actionForm, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse) { List listTop = this.newsTypeFacade.newsWarch(); httpServletRequest.setAttribute(\ return actionMapping.findForward(\ } }

2、功能模块:主要用于显示导航模块中的功能

<%@ page contentType=\

manager_left

background=\

href=\总管理员设置

background=\

background=\

href=\class=\更改总管理员密码

background=\

background=\

background=\

7

马鞍山师范高等专科学校毕业设计(论文)

background=\

href=\添加新的管理员

background=\

background=\

href=\新闻类型管理

background=\

background=\

href=\新闻详细类型管理

background=\

background=\

href=\新闻信息管理

background=\

background=\

href=\链接管理

background=\

background=\

href=\

8

马鞍山师范高等专科学校毕业设计(论文)

查看新闻人物

background=\

background=\

background=\

3、内容显示:主要用于显示功能模块中的内容

<%@ page contentType=\

manager_right