|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mediator | |
---|---|
org.sonatype.guice.bean.locators | Dynamic bean location. |
Uses of Mediator in org.sonatype.guice.bean.locators |
---|
Classes in org.sonatype.guice.bean.locators that implement Mediator | |
---|---|
class |
NamedMediatorAdapter<T,W>
Delegating Mediator that automatically unwraps Named values. |
Methods in org.sonatype.guice.bean.locators with parameters of type Mediator | ||
---|---|---|
|
BeanLocator.watch(com.google.inject.Key<T> key,
Mediator<Q,T,W> mediator,
W watcher)
Watches out for beans that match the given qualified binding Key . |
|
|
DefaultBeanLocator.watch(com.google.inject.Key<T> key,
Mediator<Q,T,W> mediator,
W watcher)
|
Constructors in org.sonatype.guice.bean.locators with parameters of type Mediator | |
---|---|
NamedMediatorAdapter(Mediator<java.lang.String,T,W> delegate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |