org.atmosphere.samples.guice
Class GuiceChatModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.google.inject.servlet.ServletModule
          extended by org.atmosphere.samples.guice.GuiceChatModule
All Implemented Interfaces:
com.google.inject.Module

public class GuiceChatModule
extends com.google.inject.servlet.ServletModule


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.inject.servlet.ServletModule
com.google.inject.servlet.ServletModule.FilterKeyBindingBuilder, com.google.inject.servlet.ServletModule.ServletKeyBindingBuilder
 
Constructor Summary
GuiceChatModule()
           
 
Method Summary
protected  void configureServlets()
           
 
Methods inherited from class com.google.inject.servlet.ServletModule
configure, filter, filterRegex, getServletContext, serve, serveRegex
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, 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
 

Constructor Detail

GuiceChatModule

public GuiceChatModule()
Method Detail

configureServlets

protected void configureServlets()
Overrides:
configureServlets in class com.google.inject.servlet.ServletModule


Copyright © 2015. All Rights Reserved.