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

json.java.http.AjaxResponse Maven / Gradle / Ivy

package json.java.http;

import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpServletResponseWrapper;

public class AjaxResponse extends HttpServletResponseWrapper implements MutableResponse {

	public AjaxResponse(HttpServletResponse response) {
		super(response);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy