Uses of Interface
com.google.inject.spi.PrivateElements

Packages that use PrivateElements
com.google.inject.spi Guice service provider interface 
 

Uses of PrivateElements in com.google.inject.spi
 

Methods in com.google.inject.spi that return PrivateElements
 PrivateElements ExposedBinding.getPrivateElements()
          Returns the enclosed environment that holds the original binding.
 

Methods in com.google.inject.spi with parameters of type PrivateElements
protected  PrivateBinder ModuleWriter.getPrivateBinder(PrivateElements privateElements)
          Returns the binder accociated with privateElements.
protected  void ModuleWriter.setPrivateBinder(PrivateElements privateElements, PrivateBinder binder)
          Associates binder with privateElements.
 V ElementVisitor.visitPrivateElements(PrivateElements privateElements)
          Visit a collection of configuration elements for a private environment.
 V DefaultElementVisitor.visitPrivateElements(PrivateElements privateElements)
           
protected  void ModuleWriter.writePrivateElements(Binder binder, PrivateElements element)
          Writes the elements of the private environment to a new private binder and associates the two.
 



Copyright 2008 Google Inc. All Rights Reserved.