Uses of Class
com.yahoo.search.pagetemplates.PageTemplateRegistry
-
Packages that use PageTemplateRegistry Package Description com.yahoo.search.pagetemplates com.yahoo.search.pagetemplates.config -
-
Uses of PageTemplateRegistry in com.yahoo.search.pagetemplates
Constructors in com.yahoo.search.pagetemplates with parameters of type PageTemplateRegistry Constructor Description PageTemplateSearcher(PageTemplateRegistry templateRegistry, Resolver... resolvers)
Creates this from an existing page template registry, using only built-in resolvers -
Uses of PageTemplateRegistry in com.yahoo.search.pagetemplates.config
Methods in com.yahoo.search.pagetemplates.config that return PageTemplateRegistry Modifier and Type Method Description PageTemplateRegistry
PageTemplateXMLReader. read(java.lang.String directory)
Reads all page template xml files in a given directory.PageTemplateRegistry
PageTemplateXMLReader. read(java.util.List<com.yahoo.io.reader.NamedReader> pageReaders, boolean validateReaderNames)
Reads all page template xml files in a given list of readers.static PageTemplateRegistry
PageTemplateConfigurer. toRegistry(PageTemplatesConfig config)
Creates a new page template registry from the content of a config and returns it.
-