Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
的实际含义是什么
struts.convention.action.mapAllMatches
在 struts2 约定插件中
它允许(或者应该,我从未真正做过)在没有明确@Action注释的情况下查找操作。例如,如果一个动作没有实现Action并且没有注释,它可能不会被拾取。
@Action
Action