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

javax.servlet.jsp.HttpJspPage Maven / Gradle / Ivy

package javax.servlet.jsp;

import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public interface HttpJspPage extends JspPage {

    public void _jspService(HttpServletRequest request,
                            HttpServletResponse response)
       throws ServletException, IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy