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

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 {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy