Class HTTPSupport
- java.lang.Object
-
- org.uberfire.java.nio.fs.jgit.daemon.http.HTTPSupport
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
@WebListener public class HTTPSupport extends Object implements javax.servlet.ServletContextListener
-
-
Constructor Summary
Constructors Constructor Description HTTPSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent sce)voidcontextInitialized(javax.servlet.ServletContextEvent sce)protected JGitFileSystemProviderresolveProvider()
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent sce)
- Specified by:
contextInitializedin interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
resolveProvider
protected JGitFileSystemProvider resolveProvider()
-
-