Class PageTemplateRegistry

java.lang.Object
com.yahoo.component.provider.ComponentRegistry<PageTemplate>
com.yahoo.search.pagetemplates.PageTemplateRegistry

public class PageTemplateRegistry extends com.yahoo.component.provider.ComponentRegistry<PageTemplate>
Author:
bratseth
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(PageTemplate pageTemplate)
     

    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 Details

    • PageTemplateRegistry

      public PageTemplateRegistry()
  • Method Details

    • register

      public void register(PageTemplate pageTemplate)