net.contextfw.web.application
Class WebApplicationServletModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.google.inject.servlet.ServletModule
          extended by net.contextfw.web.application.WebApplicationServletModule
All Implemented Interfaces:
com.google.inject.Module

public class WebApplicationServletModule
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
WebApplicationServletModule(WebConfiguration configuration)
           
 
Method Summary
protected  void configureServlets()
           
 
Methods inherited from class com.google.inject.servlet.ServletModule
configure, filter, filterRegex, 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

WebApplicationServletModule

public WebApplicationServletModule(WebConfiguration configuration)
Method Detail

configureServlets

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


Copyright © 2011. All Rights Reserved.