struts2注解里的!index.action 是什么意思?

我在看一段源代码,其中的一个action里面用到了注解:

@Results({ @Result(name = "memberCenterIndexAction", location = "member_center!index.action", type = "redirect"),

其中 location = "member_center!index.action

 

member_center表示跳转到为member_center的ftl模板页面,但是!index.action  表示的什么意思呢?不懂求教~~~~谢谢


胡子哥哥
浏览 2312回答 2
2回答

湖上湖

Struts2的动态方法调用机制。ActionName!method.actionActionName: Action名method: Action中的方法

当年话下

表示调用Action类里面的index这个方法,而不是原先约定的execute
打开App,查看更多内容
随时随地看视频慕课网APP