E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ActionForward
发送newsletter
public
ActionForward
doSendTestEmail( ActionMapping mapping, ActionForm form, HttpServletRequest
vencent888
·
2009-02-13 16:00
html
F#
项目组
public
ActionForward
update(ActionMapping mapping, ActionForm form, HttpServletRequest request
talangniao
·
2009-02-13 10:00
C++
c
cms
OS
C#
Struts详解
struts-config.xml Struts配置文件ActionServlet 控制器ActionClass 包含事务逻辑ActionForm 显示模块数据ActionMapping 帮助控制器将请求映射到操作
ActionForward
SevenDays
·
2009-02-10 10:00
Struts2引用Servlet API中的对象,request、response或session
在Struts1.x中通过 public
ActionForward
execute(ActionMapping mapping, ActionForm form,
blueram
·
2009-02-01 19:00
apache
jsp
servlet
struts
IOC
Struts2引用Servlet API中的对象,request、response或session
在Struts1.x中通过 public
ActionForward
execute(ActionMapping mapping, ActionForm form,
blueram
·
2009-02-01 19:00
apache
jsp
struts
servlet
IOC
Struts2引用Servlet API中的对象,request、response或session
在Struts1.x中通过 public
ActionForward
execute(ActionMapping mapping, ActionForm form,
blueram
·
2009-02-01 19:00
apache
jsp
servlet
struts
IOC
Struts2引用Servlet API中的对象,request、response或session
在Struts1.x中通过 public
ActionForward
execute(ActionMapping mapping, ActionForm form,
blueram
·
2009-02-01 19:00
apache
jsp
servlet
struts
IOC
介绍
ActionForward
return mapping.findForward("success"); 根据”success”这个信息就可以找到 <forward name="success" path="/login_success.jsp"></forward> 并找到里面的/login_success.jsp,对其进行重定向。
lsyacj
·
2009-01-22 17:00
java
jsp
从数据库下载文件
public
ActionForward
downloadFile(ActionMapping mapping, ActionForm form, HttpServletRequest request,
hou_jian_yong
·
2009-01-12 15:00
html
xml
浏览器
Excel
如何在struts中的action的execute方法()中弹出对话框(弹出 删除成功 修改成功 添
如何在struts中的action的execute方法()中弹出对话框, public
ActionForward
execute(ActionMapping
jordanyangwei
·
2009-01-10 00:00
html
jsp
struts
cache
ActionForward
的使用
1、理解全局和局部
ActionForward
的概念 2、redirect的使用 3、struts-config.xml文件不允许动态修改 4、理解动态
ActionForward
,动态的
ActionForward
xxp3369
·
2009-01-07 22:00
java
apache
jsp
struts
servlet
ActionRedirect 在 struts action 中重定向url
struts的action中使用
ActionForward
来转发,redirect 在做struts时,使用struts的forward来转交页面.一般这样配置.
sophia_230
·
2009-01-04 20:00
jsp
struts
Struts应用程序的基本运行流程
然后返回
ActionForward
对象给ActionServlet.根据ActionForwar
maqianli
·
2008-12-29 07:00
bean
struts
解决Struts重复提交的问题
public
ActionForward
tokenTest( ActionMapping mapping, ActionForm form, HttpServletRequest request
lmzxx520
·
2008-12-25 12:00
apache
html
bean
struts
cache
action可否直接使用spring的声明式事务?
由于图省事,而且系统比较小,感觉service层比较繁琐,就直接在action里调用的dao 现在想使用事务 action代码大致如下 public
ActionForward
addOrg(
sgp2004
·
2008-12-23 18:00
DAO
spring
AOP
bean
配置管理
struts配置
Action, ActionForm,
ActionForward
,这三个对象构成了Struts 的核心。
puppy117
·
2008-12-12 16:00
apache
xml
struts
servlet
配置管理
struts配置
Action, ActionForm,
ActionForward
,这三个对象构成了Struts 的核心。
puppy117
·
2008-12-12 16:00
apache
xml
servlet
struts
配置管理
struts源码研究4
ActionForward
ActionForward
继承了下ForwardConfig,然后就写了6个构造函数……然后就没了汗=。=!
wzl002
·
2008-12-10 15:00
Struts简单工作流
ActionServlet再将请求转发给后端控制器(Action),在转发中顺便送了一份礼物form(ActionForm),在Action中对form中的数据做实际的处理操作并返回一份礼物forward(
ActionForward
huangtingyu
·
2008-12-09 16:00
工作
struts
String
action
Path
encoding
在struts的
ActionForward
中添加参数
配置文件大概如下: <action-mappings> <action path="/account" name="accountForm" &nbs
demon3780
·
2008-11-30 00:00
Web
jsp
struts
Struts令牌防止重复提交(转贴)!
2280172.aspx 在Action中的add方法中,我们需要将Token值明确的要求保存在页面中,只需增加一条语句:saveToken(request);,如下所示: public
ActionForward
jhaij
·
2008-11-26 00:00
spring
html
jsp
ibatis
struts
struts 带参数的跳转
ActionForward
forwardError = mapping.findForward("testList");  
beyond429
·
2008-11-25 12:00
struts
怎样在退出时关闭session
[size=xx-small]public class LogoutAction extends Action { public
ActionForward
execute(ActionMapping
Suxinf
·
2008-11-21 09:00
jsp servlet
初识Struts(四)-----
ActionForward
ActionForward
的使用 1、
ActionForward
包含转向信息 2、全局forward
liuyinhuan
·
2008-11-20 02:00
apache
jsp
xml
struts
servlet
struts中实现文件下载
struts中实现文件下载的主要代码: public
ActionForward
execute(ActionMapping mapping, ActionForm form,
systemxgl
·
2008-11-18 15:00
.net
struts
OS
asp.net
asp
自定义的Action基类扩展struts框架
在struts中,对于业务逻辑的操作则主要由Action、ActionMapping、
ActionForward
这几个组件协调完成的
mfcai
·
2008-11-16 12:00
apache
框架
struts
servlet
struts上传
[size=medium][/size]public
ActionForward
upLoad(ActionMapping mapping, ActionForm form, HttpServletRequest
systemxgl
·
2008-10-30 10:00
struts
页面生成打开excel(运用poi)
把excel作为流在页面输出 public
ActionForward
generateExcel
liyiye
·
2008-10-29 09:00
Excel
struts传递参数问题
平时我们用struts传递参数都是把参数放request或者session,今天项目中突然遇到只传个ID,而且在页面只能通过getParameter取值,呵呵思考了半天,原来struts中的 返回
ActionForward
singleTon
·
2008-10-24 10:00
jsp
struts
ActionForward
- Nevermore
ActionForward
是Struts的核心类之一,其基类仅有4个属性:name/path/redirect/classname。
Shadow Fiend
·
2008-10-23 17:00
struts 1 中的文件上传 Action中的部分代码
/** * 上传文件 */ public
ActionForward
upload(ActionMapping mapping, ActionForm form
huqianhao
·
2008-10-11 13:00
代码
struts
文件
action
1
struts-DispatchAction
一个很好的例子是对一个数据记录执行基本的CRUD (创建读写修改删除)数据操作 public class book extends DispatchAction{ public
ActionForward
hellofuck
·
2008-09-26 18:00
struts
bbs
使用poi生成Excel文件
public
ActionForward
action(ActionMapping mapping, ActionForm form, HttpServletRequest request
baobao8505
·
2008-09-17 17:00
菜单配置上下移功能
method=toMenuManager /** * 显示到菜单配置页面 */ public
ActionForward
toMenuManager(ActionMapping
qmug
·
2008-09-06 05:00
java
apache
jsp
struts
配置管理
谈谈SSH开发中权限的控制
通过编写一个继承RequestProcessor的MyRequestProcessor类, 并重写方法protected
ActionForward
processActionPerform(HttpServletRequest
fengfan2008
·
2008-08-03 15:00
AOP
ssh
Struts 1中存在的缺陷
虽然Struts 1处理完用户请求后,并没有直接转到特定的视图资源,而是返回一个
ActionForward
对象(可以理
thecloud
·
2008-07-28 10:00
struts
Struts 1中存在的缺陷
虽然Struts1处理完用户请求后,并没有直接转到特定的视图资源,而是返回一个
ActionForward
对象(可以理解ActionForw
superch0054
·
2008-07-28 10:00
freemarker
struts
servlet
api
velocity
action
Myeclipse开发Struts应用程序示例
Struts的核心组件主要包括:ActionServlet、Action、ActionMapping、
ActionForward
、ActionForm、ActionError及Struts标签库组成。
一路拾遗
·
2008-07-25 21:00
struts2学习
Struts1 缺陷: 1.支持的表现层技术单一,只支持JSP 2.与Servlet API严重耦合,难于测试 public
ActionForward
LinkManageContactListAction
xiaotian_ls
·
2008-07-17 17:00
spring
struts
IOC
Webwork
dojo
struts2学习
Struts1 缺陷: 1.支持的表现层技术单一,只支持JSP 2.与Servlet API严重耦合,难于测试 public
ActionForward
LinkManageContactListAction
xiaotian_ls
·
2008-07-17 17:00
spring
struts
IOC
Webwork
dojo
直接在Action中返回forward不好么
依照这种并且结合struts1,struts2的零配置,已经在多个项目中应用,也没发现问题 struts1中我的做法是 public
ActionForward
edit(ActionMapping
badqiu
·
2008-07-08 22:00
spring
jsp
xml
struts
Blog
直接在Action中返回forward不好么
依照这种并且结合struts1,struts2的零配置,已经在多个项目中应用,也没发现问题 struts1中我的做法是 public
ActionForward
edit(ActionMapping
badqiu
·
2008-07-08 22:00
spring
jsp
xml
struts
Blog
直接在Action中返回forward不好么
依照这种并且结合struts1,struts2的零配置,已经在多个项目中应用,也没发现问题 struts1中我的做法是 public
ActionForward
edit(ActionMapping
badqiu
·
2008-07-08 22:00
spring
xml
jsp
struts
Blog
Resources cannot be null
struts1.2.4中要把 Action中的perform()方法改成execute()方法 如:public
ActionForward
execute(ActionMapping mapping
seaairland
·
2008-06-30 22:00
apache
struts
servlet
Action之间传值
Action之间传值return new
ActionForward
("/toaddpt.do?method=search&id="+keyid);这个可以在一个Action中互相传值使用
初涉世道
·
2008-06-13 09:00
ActionForward
1、理解全局
ActionForward
和局部
ActionForward
的区别和使用;2、理解redirect的使用3、理解如何动态生成
ActionForward
对象 * 动态创建
ActionForward
shaqiang32
·
2008-06-08 14:00
forward
0605周四
Struts返回
ActionForward
,如何传递参数给.do? return mapping.findForward("listSomething.do?
yunshine
·
2008-06-05 14:00
BaseAction记录
新建一个BaseAction: public abstract class BaseAction extends Action { public
ActionForward
execute
aaaaas
·
2008-05-20 21:00
java
struts action 提交2次
public
ActionForward
init(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse
kisseveryone
·
2008-05-05 14:00
struts
struts action 提交2次
public
ActionForward
init(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse
kisseveryone
·
2008-05-05 14:00
struts
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他