package controller;
import java.io.IOException;
import java.io.PrintWriter;
import org.apache.struts2.ServletActionContext;
import bean.Function;
/**
*
*/
import bean.Modul;
/**
* @author Administrator
*
*/
public class Menu {
private String ulid;
private Integer modulId;
/**
*
*/
public Menu() {
// TODO Auto-generated constructor stub
}
public String getUlid() {
return ulid;
}
public void setUlid(String ulid) {
this.ulid = ulid;
}
public Integer getModulId() {
return modulId;
}
public void setModulId(Integer modulId) {
this.modulId = modulId;
}
public void listModulMenu() {
String responseText="";
try {
ServletActionContext.getResponse().setContentType("text/html; charset=utf-8");
ServletActionContext.getResponse().setHeader("Cache-Control","no-cache");
ServletActionContext.getResponse().setCharacterEncoding("utf-8");
PrintWriter out= ServletActionContext.getResponse().getWriter();
/* String correctStr=new String(loginname.getBytes("ISO8859_1"),"GB2312");
if(correctStr.equals("admin"))
{
}*/
java.util.List<Modul> moduls = Modul.build();
for (Modul modul : moduls) {
if (!responseText.equals(""))
{
responseText += "," + modul.getId().toString() + "|" +modul.getName();
}
else
{
responseText = modul.getId().toString() +"|"+modul.getName();
}
}
out.print(responseText);
out.close();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
public void listFunctionMenu() {
String responseText=ulid;
try {
ServletActionContext.getResponse().setContentType("text/html; charset=utf-8");
ServletActionContext.getResponse().setHeader("Cache-Control","no-cache");
ServletActionContext.getResponse().setCharacterEncoding("utf-8");
PrintWriter out= ServletActionContext.getResponse().getWriter();
/* String correctStr=new String(loginname.getBytes("ISO8859_1"),"GB2312");
if(correctStr.equals("admin"))
{
}*/
java.util.List<Function> functions = Function.build();
for (Function func : functions) {
responseText += "," + func.getUrl() + "|" +func.getName()+"|"+modulId+"|"+func.getId();
}
out.print(responseText);
out.close();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
【资源说明】 1、该资源内项目代码都是经过测试运行成功,功能正常的情况下才上传的,请放心下载使用。 2、适用人群:主要针对计算机相关专业(如计科、信息安全、数据科学与大数据技术、人工智能、通信、物联网、数学、电子信息等)的同学或企业员工下载使用,具有较高的学习借鉴价值。 3、不仅适合小白学习实战练习,也可作为大作业、课程设计、毕设项目、初期项目立项演示等,欢迎下载,互相学习,共同进步!
资源推荐
资源详情
资源评论
收起资源包目录
驾校模拟考试系统源码.zip (63个子文件)
code_30312
.classpath 937B
.settings
org.eclipse.wst.jsdt.ui.superType.name 6B
org.eclipse.jdt.core.prefs 364B
org.eclipse.core.resources.prefs 69B
.jsdtscope 503B
org.eclipse.wst.common.component 482B
org.eclipse.wst.ws.service.policy.prefs 87B
org.eclipse.wst.common.project.facet.core.xml 345B
org.eclipse.wst.jsdt.ui.superType.container 49B
src
struts.xml 559B
controller
Menu.java 2KB
listFunction.java 184B
bean
Modul.java 779B
Function.java 1KB
com
MyAction.java 173B
build
classes
struts.xml 559B
listFunction.class 265B
controller
Menu.class 3KB
bean
Modul.class 1KB
Function.class 1KB
com
MyAction.class 410B
WebContent
MyJsp.jsp 842B
WEB-INF
lib
xwork-core-2.3.4.jar 614KB
commons-lang3-3.1.jar 308KB
dom4j-1.6.1.jar 307KB
javassist-3.12.0.GA.jar 618KB
commons-validator-1.3.1.jar 136KB
slf4j-api-1.6.1.jar 25KB
ognl-3.0.5.jar 222KB
freemarker-2.3.19.jar 909KB
cglib-nodep-2.1_3.jar 317KB
mysql-connector-java-5.1.7-bin.jar 693KB
commons-fileupload-1.2.2.jar 58KB
oro-2.0.8.jar 64KB
struts2-core-2.3.4.jar 765KB
jta-1.1.jar 11KB
commons-io-2.0.1.jar 156KB
commons-logging-1.1.1.jar 59KB
commons-collections-3.1.jar 546KB
antlr-2.7.6.jar 433KB
web.xml 1KB
index.jsp 1KB
js
ajax_func.js 2KB
ajax_func_syn.js 1KB
test1.jsp 890B
test2.jsp 885B
skins
default
style.css 273B
jx.css 0B
frame.css 2KB
images
corner_left.gif 312B
box_corn_l.gif 702B
nav_true.gif 3KB
corner_center.gif 157B
box_corn_r.gif 115B
corner_right.gif 286B
nav_false.gif 3KB
header.jsp 2KB
images
nav_true.gif 3KB
nav_false.gif 3KB
META-INF
MANIFEST.MF 39B
frame.jsp 5KB
test.jsp 7KB
.project 1KB
共 63 条
- 1
资源评论
- simmie2024-09-26怎么能有这么好的资源!只能用感激涕零来形容TAT...
龙年行大运
- 粉丝: 1255
- 资源: 3844
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功