Class ChainRegistry<T extends com.yahoo.component.chain.ChainedComponent>


  • public class ChainRegistry<T extends com.yahoo.component.chain.ChainedComponent>
    extends com.yahoo.component.provider.ComponentRegistry<com.yahoo.component.chain.Chain<T>>
    A registry of chains
    Author:
    Tony Vaagenes
    • Constructor Summary

      Constructors 
      Constructor Description
      ChainRegistry()  
    • Method Summary

      • Methods inherited from class com.yahoo.component.provider.ComponentRegistry

        allComponents, allComponentsById, findBestMatch, freeze, getComponent, getComponent, getComponent, getComponentCount, isFrozen, register, singleton, unregister
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChainRegistry

        public ChainRegistry()