哪个拦截器负责在Struts2中映射struts.xml配置文件

时间:2014-02-06 12:24:00

标签: struts2

如何检查Struts2控制器,我们需要在Struts.xml文件中检查我们的动作映射。哪个拦截器检查,我们需要在Struts.xml中搜索我们的动作?

我的意思是说,为什么我们需要提供它的名字作为Struts.xml?因为如果我们要改名,那么我们必须覆盖cofig init-param。但为此,我们需要在param-value中提供Struts-default.xml作为第一个参数。然后,我将能够更改struts.xml名称。

例如: -

<init-param>
<param-name>config</param-name>
<param-value>struts-default.xml,test.xml</param-vale>
</init-param>

所以我想问一下为什么没有struts-default.xml就行不了。

0 个答案:

没有答案