Class ViewScopeDiscoveryExtension

java.lang.Object
io.github.cdiunit.internal.jsf.ViewScopeDiscoveryExtension
All Implemented Interfaces:
DiscoveryExtension

public class ViewScopeDiscoveryExtension extends Object implements DiscoveryExtension
  • Constructor Details

    • ViewScopeDiscoveryExtension

      public ViewScopeDiscoveryExtension()
  • Method Details

    • bootstrap

      public void bootstrap(DiscoveryExtension.BootstrapDiscoveryContext bdc)
      Description copied from interface: DiscoveryExtension
      Initialise discovery extension.

      Invoked once per discovery cycle. Discovery extension may register discovery callbacks. All modifications to the discovery callbacks performed outside of this method are ignored.

      Specified by:
      bootstrap in interface DiscoveryExtension
      Parameters:
      bdc - bootstrap discovery context to register discovery callbacks