Class CodeServeModule

java.lang.Object
com.google.inject.PrivateModule
dev.getelements.elements.jetty.CodeServeModule
All Implemented Interfaces:
com.google.inject.Module

public class CodeServeModule extends com.google.inject.PrivateModule
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final com.google.inject.Key<GitServlet>
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
     

    Methods inherited from class com.google.inject.PrivateModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CodeServeModule

      public CodeServeModule()
  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class com.google.inject.PrivateModule
    • accept

      public void accept(ServletBindings bindings)