创建action的方法

ID:6305118

大小:39.50 KB

页数:3页

时间:2018-01-09

创建action的方法_第1页
创建action的方法_第2页
创建action的方法_第3页
资源描述:

《创建action的方法》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、struts.xml/hello1.jsp/hello2.jsp

2、lt>/hello3.jsp/success.jsp/login.

3、jspActionDemo1.javapublicclassActionDemo1{privateStringhello1;//省略set与getpublicStringexecute(){hello1="你好!ActionDemo1!";return"success";}}ActionDemo2.javapublicclassActionDemo1implementsAction{privateStringhello2;//省略set与getpublicStringexecute()t

4、hrowsException{hello="你好,ActionDemo2!";returnSUCCESS;}}ActionDemo3publicclassActionDemo3extendsActionSupport{privateStringhello3;publicStringgetHello3(){returnhello3;}publicvoidsetHello3(Stringhello3){this.hello3=hello3;}//改写execute()方法,右键单击-Source-Override/ImplementMethods

5、publicStringexecute()throwsException{hello3="你好......ActionDemo3";returnsuper.execute();}}login.jsp<%@pagelanguage="java"pageEncoding="UTF-8"%><%@tagliburi="/struts-tags"prefix="s"%>用户登录

用户登录

6、success.jsp<%@pagelanguage="java"pageEncoding="UTF-8"%><%@tagliburi="/struts-tags"prefix="s"%>登陆成功

uuuu

7、pertyvalue="username"/>登陆成功

LoginActionpackageAction;importcom.opensymphony.xwork2.ActionSupport;publicclassLoginActionextendsActionSupport{privateStringusername;privateStringpassword;//此处省略setter和getter方法publicStringexecute()throwsException{if(username.eq

8、uals(password)){returnsuper.execute();}else{returnINPUT;}}publicStringgetUsername(

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
正文描述:

《创建action的方法》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、struts.xml/hello1.jsp/hello2.jsp

2、lt>/hello3.jsp/success.jsp/login.

3、jspActionDemo1.javapublicclassActionDemo1{privateStringhello1;//省略set与getpublicStringexecute(){hello1="你好!ActionDemo1!";return"success";}}ActionDemo2.javapublicclassActionDemo1implementsAction{privateStringhello2;//省略set与getpublicStringexecute()t

4、hrowsException{hello="你好,ActionDemo2!";returnSUCCESS;}}ActionDemo3publicclassActionDemo3extendsActionSupport{privateStringhello3;publicStringgetHello3(){returnhello3;}publicvoidsetHello3(Stringhello3){this.hello3=hello3;}//改写execute()方法,右键单击-Source-Override/ImplementMethods

5、publicStringexecute()throwsException{hello3="你好......ActionDemo3";returnsuper.execute();}}login.jsp<%@pagelanguage="java"pageEncoding="UTF-8"%><%@tagliburi="/struts-tags"prefix="s"%>用户登录

显示全部收起
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。
关闭