|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.inject.rebind.resolution.BindingResolver
public class BindingResolver
Drives the top level Binding Resolution algorithm. This performs the following steps:
DependencyExplorer
.
UnresolvedBindingValidator
which also makes use of EagerCycleFinder
.
BindingPositioner
.
ParentBinding
s necessary to inherit
dependencies from higher in the hierarchy, to the Ginjectors. See BindingInstaller
.
Constructor Summary | |
---|---|
BindingResolver(DependencyExplorer.Factory explorerFactory,
UnresolvedBindingValidator.Factory validatorFactory,
com.google.gwt.inject.rebind.resolution.BindingInstaller.Factory installerFactory,
com.google.gwt.core.ext.TreeLogger logger)
|
Method Summary | |
---|---|
void |
resolveBindings(GinjectorBindings origin)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@Inject public BindingResolver(DependencyExplorer.Factory explorerFactory, UnresolvedBindingValidator.Factory validatorFactory, com.google.gwt.inject.rebind.resolution.BindingInstaller.Factory installerFactory, com.google.gwt.core.ext.TreeLogger logger)
Method Detail |
---|
public void resolveBindings(GinjectorBindings origin)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |