Apache Struts 1.1中是否可以显式列入白名单?

时间:2016-09-16 15:10:41

标签: java struts-1

我正在使用apache struts 1.1的遗留应用程序做一些工作

是否有办法在动作类中强制显式表单形式列表,类似于此(来自ASP .NET):

public ActionResult Create([Bind(Include="PropertyToInclude1, PropertyToInclude2")] Employee employee) {

    //action code here

}

0 个答案:

没有答案