4、模块定义 通过上面对STRUTS的模块化机制的讲解,我们现在可以开始实现我们的模块化例子程序了。
4.1 Actionservlet参数
我们在struts的web.xml中定义模块。下面的代码定义了三个模块:缺省模块,approval和registration模块,前缀分别是””,/approval和/registration。
action
org.apache.struts.action.ActionServlet
config
/WEB-INF/struts-config.xml
config/approval
/WEB-INF/struts-config-approval.xml
config/registration
/WEB-INF/struts-config-registration.xml
1
action
*.do
这样在初始化actionservlet的过程中,servletcontext的属性中就会有这样的属性键/值关系:
4.2 approval模块配置文件
下面是approval模块的配置文件,定义了form和action,以及相应的forward。
"">
【责编:admin】
--------------------next---------------------