51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ServletAPI
Struts2笔记3--获取ServletAPI和OGNL与值栈
获取ServletAPI: 第一种方式:1//在request域中放入属性req,暂且认为getContext()获取的是request域空间,但实际不是2ActionContext.getContext().put("req","req_value");3//在session域中放入属性ses4ActionCont...
代码星球
·
2020-03-29
Struts2
笔记
获取
ServletAPI
OGNL
按字母分类:
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
其他