摘要: public class DeviceAction extends AbstractAction implements ModelDriven<Device> { private static Log log = LogFactory.getLog(DeviceAction.class); private Device device=new Device(); //只能json化 模型驱动的bean private String result; //无法返回reslut的json值 public String getResult(){ re... 阅读全文
posted @ 2013-03-06 14:56 microsoft_kk 阅读(1802) 评论(0) 推荐(0) 编辑