Java – direct field access in spring MVC 3

I want to use direct field access for "command objects" in spring MVC 3

Solution

You can use the @ initbinder annotation on the controller method, and then use initdirectfieldaccess on the obtained webdatabinder. The document is here

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>