com.google.gerrit.httpd
Class ProjectServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.eclipse.jgit.http.server.glue.MetaServlet
              extended by org.eclipse.jgit.http.server.GitServlet
                  extended by com.google.gerrit.httpd.ProjectServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ProjectServlet
extends org.eclipse.jgit.http.server.GitServlet

Serves Git repositories over HTTP.

See Also:
Serialized Form

Method Summary
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class org.eclipse.jgit.http.server.GitServlet
register, setAsIsFileService, setReceivePackFactory, setRepositoryResolver, setUploadPackFactory
 
Methods inherited from class org.eclipse.jgit.http.server.glue.MetaServlet
destroy, serve, serveRegex, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class org.eclipse.jgit.http.server.GitServlet
Throws:
javax.servlet.ServletException


Copyright © 2011. All Rights Reserved.