com.nesscomputing.httpserver
Class HttpServerModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.google.inject.servlet.ServletModule
          extended by com.nesscomputing.httpserver.HttpServerModule
All Implemented Interfaces:
com.google.inject.Module

public class HttpServerModule
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
 
Field Summary
static String CONTEXT_PATH_NAME
          Should match the value of the constant in tc-servlet GuiceListener for war-based apps.
 
Constructor Summary
HttpServerModule(com.nesscomputing.config.Config config)
           
 
Method Summary
 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
 

Field Detail

CONTEXT_PATH_NAME

public static final String CONTEXT_PATH_NAME
Should match the value of the constant in tc-servlet GuiceListener for war-based apps.

See Also:
Constant Field Values
Constructor Detail

HttpServerModule

public HttpServerModule(com.nesscomputing.config.Config config)
Method Detail

configureServlets

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


Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.