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

com.atlassian.router.Servlet Maven / Gradle / Ivy

The newest version!
package com.atlassian.router;

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

public interface Servlet {
    void handle(HttpServletRequestWithContext request, HttpServletResponse response) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy