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
ActionMapping
struts1自定义方法及struts1 Action 配置
class UserAction extends DispatchAction{private UserBO bo = new UserBOImpl() ;public ActionForward add(
ActionMapping
sky_xin
·
2014-11-08 10:00
struts
js传后台action中文乱码处理
public ActionForward confirmTrans(final
ActionMapping
mapping, final ActionForm actionForm
phzg03
·
2014-11-05 15:36
js传入action中文乱码
SSH—Struts(三)—执行器(Action)
ActionServlet通过
ActionMapping
获取映射的Action对象,通过Action来完成请求的处理,最后Action返回一个ActionForward对象。
zhuojiajin
·
2014-10-31 22:00
Struts2 架构图
核心对象ActionProxy和ActionInvocation,ActionMapper,
ActionMapping
.
dmcpxy
·
2014-10-24 21:00
struts2
架构
struts1执行过程(非上传)
/***tomcat启动时,首先执行ActionServlet的init方法,生成两个map容器* 第一个map为actionConfigs,用来存储
ActionMapping
对象(即整个里的
superOrange
·
2014-09-25 10:00
Struts2工作原理
Struts2工作原理Struts2请求响应流程: 在struts2的应用中,从用户请求到服务器返回相应响应给用户端的过程中,包含了许多组件如:Controller、ActionProxy、
ActionMapping
BobChao0730
·
2014-09-13 11:00
面试
java将html导出成word(利用的poi包导出)
转载自:http://blog.csdn.net/myfmyfmyfmyf/article/details/25637345 //导出到word public void exportWord(
ActionMapping
chaojiang
·
2014-08-26 21:00
java
struts1.2源码分析记录
struts思路:1.struts使用的三板斧ActionForm、DispatchAction、
ActionMapping
2.主要关注点:Form、Action、Forward3.页面如何发送请求参数
飓风2000
·
2014-07-23 18:00
Spring MVC框架---小案例
Spring MVC主要构成组件如下: DispatcherServlet-->Filter Controller-->Action HandlerMapping-->
ActionMapping
苏坡曼你妹
·
2014-07-10 08:00
spring
框架
mvc
剖析Struts1中的五个对象
在用Struts开发项目直接接触的有这么几个类:
ActionMapping
、ActionServlet、Acti
bei79
·
2014-07-01 14:00
struts1
excel导出动态数据列表。。。
/** * 导出台账 */ public ActionForward exportQues(
ActionMapping
mapping, ActionForm form, HttpServletRequest
apple578994358gg
·
2014-06-12 11:00
Excel
Struts2原理简析
官方工作流程图 ActionMapper该类是HttpServletRequest请求和Action调用的一个映射,通过它可以得到
ActionMapping
,mapping对应于配置文件中的配置
Echo_me
·
2014-05-26 15:00
struts2
JFinal 源码解析--Handler
1.JFinal类初始化Handlerprivate void initHandler() { Handler actionHandler = new ActionHandler(
actionMapping
aqia358
·
2014-05-15 15:00
源码
handler
jFinal
JFinal源码解析--
ActionMapping
,Interceptor
1.JFinal类初始化ActionMappingprivate void initActionMapping() {
actionMapping
= new
ActionMapping
aqia358
·
2014-05-15 11:00
Interceptor
jFinal
源码解析
ActionMapping
java将html导出成word(利用的poi包导出)
//导出到word public void exportWord(
ActionMapping
actionMapping
, ActionForm actionForm, HttpServletRequest
twobrushes
·
2014-05-12 19:00
java
java之jxl输入excel文件
excel文件 * date:20140502 * @Author: chenchaoyang */ public ActionForward ZfSaleDataToExcel(
ActionMapping
Supanccy2013
·
2014-05-02 23:00
java
Excel
Spring MVC框架
MVC的体系结构 Spring MVC主要构成组件如下: DispatcherServlet-->Filter Controller-->Action HandlerMapping-->
ActionMapping
mjZhang
·
2014-04-29 11:00
struts2中的请求流程
Struts2工作原理Struts2请求响应流程: 在struts2的应用中,从用户请求到服务器返回相应响应给用户端的过程中,包含了许多组件如:Controller、ActionProxy、
ActionMapping
村长kylin
·
2014-03-27 12:00
Struts面试题
ActionServlet[process()], RequestProcessor[processPreprocess()], PlugIn, Action, ActionForm, ActionForward,
ActionMapping
zyjcyg
·
2014-03-05 11:00
struts
struts2重定向问题
showInfo.do一、在struts1 中实现:程序代码public class LoginAction extends Action {public ActionForward execute(
ActionMapping
zhongyangjian
·
2014-03-03 16:00
struts2
struts2 源码分析 类调用时序图
Servlet容器(例如Tomcat)的请求; 2、这个请求经过一过滤器(StrutsPrepareAndExecuteFilterFilter) 3、接着Dispatcher被调用,Dispatcher询问
ActionMapping
stranger2008
·
2014-02-20 15:00
struts2
Struts旅程(六)Struts页面转发控制ActionForward和
ActionMapping
上篇讲述了struts控制器Action和DispatchAction以及LookupDispatchAction,本篇主要说说struts中的页面转发控制,struts提供了ActionForward和
ActionMapping
lovesummerforever
·
2014-02-12 18:00
struts
ActionForward
ActionMapping
strut1和strut2的区别
ActionServlet从struts-config.xml文件中读取配置信息,把它们存放到各种配置对象中,例如Action的映射信息存放在
ActionMapping
对象中。
u011518709
·
2014-02-10 22:00
面试
struts2.0
Struts旅程(五)struts控制器DispatchAction
Action在struts中,所有的用户都会经过ActionServlet的处理,而实际的工作是交给Action对象来处理的,ActionServlet可以从配置文件中创建
ActionMapping
lovesummerforever
·
2014-02-10 07:00
struts
dispatchaction
Struts2源码分析--请求处理
ActionMapper取得了
ActionMapping
后,在Dispatcher的service
youyu2299
·
2013-12-06 23:00
Struts中forward与global-forward的区别
对于
ActionMapping
中的findForward方法,它首先会查找本地的forward,如果没有找到就会到globalforward中查找。
u012358984
·
2013-11-19 23:00
struts
forward
global-forward
Struts1.3 action配置
struts1.3配置文件之actionaction元素的所有配置会被映射到
ActionMapping
对象中。
longx_ok
·
2013-11-17 21:39
Web
Action配置
Struts1.3
优化功能点
看代码: public ActionForward indexResult(
ActionMapping
mapping, ActionForm form, HttpServ
soft_xiaohui
·
2013-11-11 14:00
优化
struts2解剖
ActionMapper取得了
ActionMapping
后,在Dispatcher的serviceAction方法里创建Ac
高级java工程师
·
2013-11-10 11:00
struts2解剖
struts2 18拦截器详解(十六) --- ActionMappingParametersInteceptor
ActionMappingParametersInteceptor拦截器处于defaultStack第十四的位置,该拦截器继承自ParametersInterceptor,也是用于把参数设置到ValueStack中,只不过该拦截器的参数是来源于
ActionMapping
xtayfjpk
·
2013-11-05 20:00
struts2
Interceptor
servelet 学习
js交互 以某项目为例: 1. public class initScheduleAction extends WbxAction{ public ActionFoward process(
ActionMapping
mfq666
·
2013-10-18 17:00
JavaScript
jsonp
Ajax
servlet
Could not find property struts.
actionMapping
st...
2710:34:05com.opensymphony.xwork2.util.logging.commons.CommonsLoggerwarn警告:Couldnotfindproperty[struts.
actionMapping
gerry_pang
·
2013-09-13 08:00
struts
异常
重写Struts1.x底层
1.新建FormBean//生成get和set方法2.新建
ActionMapping
//privateStringpath;privateStringname;privateStringtype;privateMapforward
zhujiaxing666666
·
2013-09-05 20:00
Struts2工作原理
Struts2工作原理Struts2请求响应流程: 在struts2的应用中,从用户请求到服务器返回相应响应给用户端的过程中,包含了许多组件如:Controller、ActionProxy、
ActionMapping
wuwenxiang91322
·
2013-09-04 16:00
jdk
struts2
web.xml
Interceptor
服务器
导出excel
public ActionForward exportList(
ActionMapping
mapping, ActionForm form,  
京华倦客
·
2013-08-23 15:00
导出Excel
struts1执行流程及环境搭建
主要包含actionServlet、Action、ActionForm、ActionForward、
ActionMapping
这几个组件和struts-config.xml配置文件。
liusong0605
·
2013-08-19 09:00
struts2流程和源码分析
ActionMapper取得了
ActionMapping
后,在Dispatche
kuyuyingzi
·
2013-08-16 23:00
struts
Struts2源码分析--请求处理
ActionMapper取得了
ActionMapping
后,在Dispatcher的service
ZhouGang库鲁卡
·
2013-08-16 15:00
struts2
struts1.2如何防止重复提交
只有一个action并且action里面只有一个public ActionForward execute(
ActionMapping
mapping, ActionForm form,HttpServletRequest
齐晓威_518
·
2013-08-14 21:00
struts1
struts1.2如何防止重复提交
只有一个action并且action里面只有一个public ActionForward execute(
ActionMapping
mapping, ActionForm form,HttpServletRequest
齐晓威_518
·
2013-08-14 21:00
struts1
层层递进Struts1(三)之Struts组成
这篇博客我们来说一下Struts的主要组成我们,通过前几篇博客,我们知道这个框架最重要的几个步骤:获取路径、封装表单、获取转向列表、转向逻辑处理、转向,与此对应的是:ActionServlet、ActionForm、
ActionMapping
lidaasky
·
2013-07-27 16:00
Struts MVC
在Struts中Controller功能由图中ActionServlet和
ActionMapping
对象构成:核心
wuchsh2013
·
2013-06-23 08:00
struts
Struts MVC
在Struts中Controller功能由图中ActionServlet和
ActionMapping
对象构成:核心
wuchsh2013
·
2013-06-23 08:00
struts
Servlet、Struts1 和Struts2 线程安全问题总结
Struts1: 当第一次*.do请求过来时,在内存中的
actionmapping
中找到相对应的action,然后new出这个action放在缓存中,当第二次一样的请求过来时,还是找这个action
u010802573
·
2013-06-19 12:00
struts
线程安全
Struts1工作流程详解
Web应用启动时就会加载并初始化ActionServlet,ActionServlet从struts-config.xml文件中读取配置信息,把它们存放到各种配置对象中,例如Action的映射信息存放在
ActionMapping
u010802573
·
2013-06-19 10:00
struts
JFinal 源码导读第四天(2) Handler
这里涉及到该框架整体的架构,如果需要知道这个框架的整体架构,句听我慢慢道来privatevoidinitHandler(){ HandleractionHandler=newActionHandler(
actionMapping
skyim
·
2013-06-18 17:00
handler
jFinal
JFinal 源码导读第三天(2) initActionMapping
1.接上面文章的内容initActionMapping();该方法我会详细讲解privatevoidinitActionMapping(){
actionMapping
=newActionMapping
skyim
·
2013-06-17 22:00
jFinal
struts中Action的线程安全性分析
先对struts1和struts2的原理做一个简单的讲解 对于struts1,当第一次**.do的请求过来时,在内存中的
actionmapping
中找到相对应的action,然后new出这个action
tiercel2008
·
2013-06-17 16:00
struts流程
ActionServlet从 struts-config.xml文件中读取配置信息,把它们存放到各种配置对象,当ActionServlet接收到一个客户请求时,将执行如下流程. (1)检索和用户请求匹配的
ActionMapping
二水丰色
·
2013-06-04 18:00
struts
Struts 2 入门 一(Struts2 浅谈 运行原理)
Struts2入门一(Struts2浅谈运行原理)struts运行先过滤器
ActionMapping
中放的是根据url地址在struts.xml中找到和url相对应的action配置调用executeAction
xuezhan032200
·
2013-05-25 00:00
struts2
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他