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.
过去一段时间我一直在尝试使用谷歌搜索,但似乎我无法找到正确的短语。
我想知道struts1中是否支持静态方法调用。如果是,那么如何配置它?在 struts-config.xml 中进行一些更改?
问候
Struts 1 中没有 OGNL。
您可以使用包括调用函数的标准 JSP 自定义标记功能。
您不能配置Action或ForwardAction使用其他方法execute。要执行其他方法,您需要一个DispatchAction仅动态调用方法的方法。
Action
ForwardAction
execute
DispatchAction