//@RequestMapping("xxxxxxxx")
public void testValidationPwd(HttpServletResponse response,Object entity) throws IOException{
Object.setCallbackUrl("xxxx");
String html = getHtml(entity);
response.setCharacterEncoding("utf-8");
response.getWriter().write(html);
}