Package sonia.scm.repository.spi
Interface ScmProviderHttpServlet
- All Known Implementing Classes:
PermissionFilter
,ScmProviderHttpServletDecorator
public interface ScmProviderHttpServlet
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(jakarta.servlet.ServletConfig config) void
service
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Repository repository)
-
Method Details
-
service
void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Repository repository) throws jakarta.servlet.ServletException, IOException - Throws:
jakarta.servlet.ServletException
IOException
-
init
void init(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException - Throws:
jakarta.servlet.ServletException
-