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

javax.servlet.ServletResponse Maven / Gradle / Ivy

package javax.servlet;

import java.io.PrintWriter;

public interface ServletResponse {

    PrintWriter getWriter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy