|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Providers.BindingProvider | |
|---|---|
| org.directwebremoting.guice.util | This package provides Guice enhancements that are independent of DWR. |
| Uses of Providers.BindingProvider in org.directwebremoting.guice.util |
|---|
| Methods in org.directwebremoting.guice.util that return Providers.BindingProvider | ||
|---|---|---|
static
|
Providers.fromConstructor(com.google.inject.Binder binder,
java.lang.Class<T> type,
com.google.inject.Key<?>... keys)
Creates a chainable provider that constructs an instance of the given type given a list of constructor parameter types, specified as Guice keys. |
|
static
|
Providers.fromConstructor(java.lang.Class<T> type,
com.google.inject.Key<?>... keys)
Creates a chainable provider that constructs an instance of the given type given a list of constructor parameter types, specified as Guice keys. |
|
static
|
Providers.fromFactoryMethod(com.google.inject.Binder binder,
java.lang.Class<T> providedType,
java.lang.Class<?> factoryType,
java.lang.String methodName,
com.google.inject.Key<?>... keys)
Creates a chainable provider that constructs an instance of providedType
using a factory method defined by factoryType, methodName,
and a list of method parameter types specified as Guice keys. |
|
static
|
Providers.fromFactoryMethod(com.google.inject.Binder binder,
java.lang.Class<T> providedType,
com.google.inject.Key<?> factoryKey,
java.lang.String methodName,
com.google.inject.Key<?>... keys)
Creates a chainable provider that constructs an instance of providedType by
calling method methodName of the type in factoryKey with
method parameter types specified as Guice keys. |
|
static
|
Providers.fromFactoryMethod(java.lang.Class<T> providedType,
java.lang.Class<?> factoryType,
java.lang.String methodName,
com.google.inject.Key<?>... keys)
Creates a chainable provider that constructs an instance of providedType
using a factory method defined by factoryType, methodName,
and a list of method parameter types specified as Guice keys. |
|
static
|
Providers.fromFactoryMethod(java.lang.Class<T> providedType,
com.google.inject.Key<?> factoryKey,
java.lang.String methodName,
com.google.inject.Key<?>... keys)
Creates a chainable provider that constructs an instance of providedType by
calling method methodName of the type in factoryKey with
method parameter types specified as Guice keys. |
|
Providers.BindingProvider<T> |
Providers.BindingProvider.injecting(java.lang.String methodName,
com.google.inject.Key<?>... paramKeys)
Adds injection of a method defined by the given name and parameter types (specified as Guice keys) to this provider. |
|
|
Copyright ยจ 2008 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||