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

com.googlecode.mycontainer.web.SpecServlet Maven / Gradle / Ivy

There is a newer version: 1.7.5
Show newest version
package com.googlecode.mycontainer.web;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public interface SpecServlet {

	public void doGet(HttpServletRequest req, HttpServletResponse resp);

	public void doPost(HttpServletRequest req, HttpServletResponse resp);

	public void doDelete(HttpServletRequest req, HttpServletResponse resp);

	public void doPut(HttpServletRequest req, HttpServletResponse resp);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy