1. 程式人生 > >Struts2中json的使用總結

Struts2中json的使用總結

public class TestingAction extends ActionSupport {

	private static final long serialVersionUID = 1L;
	private static Log log = LogFactory.getLog(TestingAction.class);
	
	private String resultStr = "success";//判斷自測是否成功
	
	private Integer testHeadId;// 試卷id
	private String testLineId;// 試題id
	private String userId;// 登入使用者的id
	private String testResult;// 測試結果 google gson拼湊的結果集
	private TestLine testLine;//該道題目的相關資訊
	public List<ITestLine> testLines;//android端返回的json