Uses of Interface
org.sonatype.inject.Mediator

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
<Q extends java.lang.annotation.Annotation,T,W>
void
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.
<Q extends java.lang.annotation.Annotation,T,W>
void
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)
           
 



Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.