Module org.eclipse.jgit.http.server
Interface ServletBinder
public interface ServletBinder
Binds a servlet to a URL.
-
Method Details
-
through
Set the filter to trigger while processing the path.- Parameters:
filter- the filter to trigger while processing the path.- Returns:
this.- Since:
- 7.0
-
with
void with(jakarta.servlet.http.HttpServlet servlet) Set the servlet to execute on this path- Parameters:
servlet- the servlet to execute on this path.- Since:
- 7.0
-