All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.developframework.jsonview.springmvc.res.JsonviewEmptyResponse Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.github.developframework.jsonview.springmvc.res;

import com.github.developframework.jsonview.data.HashDataModel;

/**
 * empty jsonview response
 * 
 * @author qiuzhenhao
 *
 */
public class JsonviewEmptyResponse extends JsonviewResponse {

	private static final long serialVersionUID = -8022918938928719425L;

	public JsonviewEmptyResponse(String namespace, String jsonviewId) {
		super(namespace, jsonviewId, new HashDataModel());
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy