|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindingPublisher | |
|---|---|
| org.sonatype.guice.bean.locators | Locate qualified bean implementations across multiple injectors. |
| org.sonatype.guice.bean.locators.spi | SPI for contributing Bindings to the MutableBeanLocator. |
| Uses of BindingPublisher in org.sonatype.guice.bean.locators |
|---|
| Methods in org.sonatype.guice.bean.locators with parameters of type BindingPublisher | |
|---|---|
void |
DefaultBeanLocator.add(BindingPublisher publisher,
int rank)
|
void |
DefaultBeanLocator.remove(BindingPublisher publisher)
|
| Uses of BindingPublisher in org.sonatype.guice.bean.locators.spi |
|---|
| Methods in org.sonatype.guice.bean.locators.spi with parameters of type BindingPublisher | |
|---|---|
void |
BindingDistributor.add(BindingPublisher publisher,
int rank)
Adds the given ranked BindingPublisher and distributes its Bindings. |
void |
BindingDistributor.remove(BindingPublisher publisher)
Removes the given BindingPublisher and its Bindings. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||