
javax.servlet.http.HttpServlet Maven / Gradle / Ivy
package javax.servlet.http;
import javax.servlet.ServletException;
import java.io.IOException;
public class HttpServlet {
protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
}
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy