标签:http 选择 mode ssi ring 允许 type .class types
1.@SessionAttributes
允许我们有选择地指定Model中的哪些属性需要转存到HttpSession中对象中
只能声明在类上,而不能声明在方法上
@SessionAttributes(types={User.class,Dept.clas},value={"user","dept"})
2. @ModelAttribute
标签:http 选择 mode ssi ring 允许 type .class types
原文地址:http://www.cnblogs.com/newlangwen/p/6900045.html