Package sonia.scm.repository.spi
Class ScmProviderHttpServletDecorator
java.lang.Object
sonia.scm.repository.spi.ScmProviderHttpServletDecorator
- All Implemented Interfaces:
ScmProviderHttpServlet
- Direct Known Subclasses:
PermissionFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(jakarta.servlet.ServletConfig config) void
service
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Repository repository)
-
Constructor Details
-
ScmProviderHttpServletDecorator
-
-
Method Details
-
service
public void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Repository repository) throws jakarta.servlet.ServletException, IOException - Specified by:
service
in interfaceScmProviderHttpServlet
- Throws:
jakarta.servlet.ServletException
IOException
-
init
public void init(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException - Specified by:
init
in interfaceScmProviderHttpServlet
- Throws:
jakarta.servlet.ServletException
-