org.directwebremoting.guice
Class DwrGuiceUtil

java.lang.Object
  extended by org.directwebremoting.guice.DwrGuiceUtil

public class DwrGuiceUtil
extends java.lang.Object

Utility for retrieving an Injector in a servlet context.


Constructor Summary
DwrGuiceUtil()
           
 
Method Summary
static com.google.inject.Injector getInjector()
          Returns the Injector instance installed in the current web context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DwrGuiceUtil

public DwrGuiceUtil()
Method Detail

getInjector

public static com.google.inject.Injector getInjector()
Returns the Injector instance installed in the current web context.



Copyright © 2007. All Rights Reserved.