直接从类而不是从xml设置struts 2动作

时间:2013-11-05 17:40:31

标签: struts2

我正在使用带有Tiles的struts 2.

我需要直接从类强制执行操作,以便覆盖当时使用struts的操作。 我的行动是

<action name = "salvaAnagraficaDocumenti" 

并且必须成为

<action name = "listaAnagraficaDocumenti" 

不仅是我必须在类中执行的集合而不是在XML

我该怎么办? 我应该使用什么对象以及如何使用? ActionComponent组件 ActionConfig配置 ActionContext上下文

有人可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

你应该使用常规插件。看看这个链接:

https://cwiki.apache.org/confluence/display/WW/Convention+Plugin

此致