网页
图片
视频
学术
词典
地图
更多
航班
笔记本
struts action
网络
控制层;操作;框架中显示出来
网络释义
1.
控制层
...(Hibernate层) -> 业务逻辑层 ->
控制层
(
Struts Action
) -> 视图表示层。
www.cnblogs.com
|
基于18个网页
2.
操作
使用 WebSphere Studio Enterprise... ... Struts module 模块
Struts Action
操作
Struts Action Mapping 操作映射 ...
www.ibm.com
|
基于2个网页
3.
框架中显示出来
...链接后,在上面现在所点的连接(导航),然后在右面的
框架中显示出来
(执行
Struts Action
),大家帮助我啊!!
www.cjsdn.net
|
基于 1 个网页
例句
释义:
全部
全部
,
控制层
控制层
,
操作
操作
,
框架中显示出来
框架中显示出来
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
A
Struts
action
is
an
instance
of an
Action
class
subclass
that
implements
a
portion
of
a
Web
application
and
returns
a
forward
.
Struts
操作
是
Action
类
子
类
的
实例
,
用来
实现
一部分
Web
应用程序
并
返回
一个
转发
。
www.ibm.com
2.
The
only
real
servlet
in
this
example
is
the
Struts
Action
Servlet
, which controls the
invocation
of
the action
classes
.
这个
示例
中
唯一
一个
真正
的
servlet
是
Struts
动作
Servlet
,
它
控制
动作
类
的
调用
。
www.ibm.com
3.
The
code
contains
a
few
Struts
action
classes
and
a
couple
of JSPs
.
代码
包含
少量
Struts
动作
类
和
两
个
JSP
页面
。
www.ibm.com
4.
Illustrate
a
typical
Struts
action
and
a
typical
Rails
action
,
respectively
.
分别
演示
了
典型
的
Struts
动作
和
典型
的
Rails
动作
。
www-128.ibm.com
5.
Find
servlet
-mappings
.
xml
and
servlets. xml
in
the
code
tree
,
and
see
how the
Struts
Action
Servlet
is
declared
.
请
在
代码
树
中
找到
servlet-mappings.xml
和
servlets.xml
,
并
查看
Struts
动作
Servlet
的
声明
方式
。
www.ibm.com
6.
The WebSphere II OmniFind Edition
search
application
is
designed
with
a
single ActionForm
and
several
Struts
Action
classes
.
WebSphereIIOmniFindEdition
搜索
应用程序
是
用
一个
ActionForm
和
多个
StrutsAction
类
设计
的
。
www-128.ibm.com
7.
Then
you
create
your
own
action
class
,
which
extends
the
base
Struts
action
class
org
.
apache
.
struts. action. Action.
然后
创建
自己
的
action
类
,
它
将
扩展
基
Strutsaction
类
org
.
www.ibm.com
8.
The
controller
servlet
is
an
instantiation
of
class
org
.
apache
.
struts
.
action
. ActionServlet
(
hereafter
called
ActionServlet
)
.
控制器
servlet
是
org.apache.struts.action.ActionServlet
(
以下
简称
ActionServlet
)
类
的
实例化
。
www.ibm.com
9.
When
a
Struts
action
takes
place
,
its
action
class
passes
data
to
the
property
broker
.
当
一个
Struts
行为
发生
以后
,
它
的
行为
类
就
会
将
数据
传递
给
这个
属性
代理
。
www.ibm.com
10.
The
abstract
action
class
extends org
.
apache.
struts
.
action
.
Action
and
implements
the
execute
method
.
抽象
操作
类
继承
了
org.apache.struts.action.Action
并
实现
了
execute
方法
。
www.ibm.com
1
2