Interface TemplateLocator

All Superinterfaces:
WithPriority

public interface TemplateLocator extends WithPriority
Locates template sources. The locator with higher priority takes precedence. Quarkus automatically register all CDI beans that implement this interface with EngineBuilder.addLocator(TemplateLocator).
See Also: