Interface BindingSetSelector

All Known Implementing Classes:
DefaultBindingSelector

public interface BindingSetSelector
This interface defines the component that is used by the CurrentContainer to assign a BindingSet to a newly created Container based on the given URI. The default implementation of this interface returns BindingSet.DEFAULT regardless of input. To specify your own selector you need to install a Guice Module that provides a binding for this interface.
Author:
Simon Thoresen Hult
  • Method Summary

    Modifier and Type
    Method
    Description
    select(URI uri)
    Returns the name of the BindingSet to assign to the Container for the given URI.