Package io.quarkus.qute.runtime
Class TemplateProducer
java.lang.Object
io.quarkus.qute.runtime.TemplateProducer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classWe inject a delegating template in order to: 1.(package private) static class -
Constructor Summary
ConstructorsConstructorDescriptionTemplateProducer(Engine engine, QuteRecorder.QuteContext context, ContentTypes contentTypes, LaunchMode launchMode) -
Method Summary
Modifier and TypeMethodDescriptionvoid(package private) TemplategetDefaultTemplate(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint) getInjectableTemplate(String path) Used by NativeCheckedTemplateEnhancer to inject calls to this method in the native type-safe methods.(package private) TemplategetTemplate(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint)
-
Constructor Details
-
TemplateProducer
TemplateProducer(Engine engine, QuteRecorder.QuteContext context, ContentTypes contentTypes, LaunchMode launchMode)
-
-
Method Details
-
getDefaultTemplate
-
getTemplate
-
getInjectableTemplate
Used by NativeCheckedTemplateEnhancer to inject calls to this method in the native type-safe methods. -
clearInjectedTemplates
public void clearInjectedTemplates()
-