Package io.quarkus.qute.runtime
Interface QuteRecorder.QuteContext
- Enclosing class:
- QuteRecorder
public static interface QuteRecorder.QuteContext
-
Method Summary
Modifier and TypeMethodDescriptiongetTags()voidsetGeneratedClasses(List<String> resolverClasses, List<String> templateGlobalProviderClasses) The generated classes must be initialized after the template expressions are validated (later during the STATIC_INIT bootstrap phase) in order to break the cycle in the build chain.
-
Method Details
-
getResolverClasses
-
getTemplatePaths
-
getTags
-
getVariants
-
getTemplateGlobalProviderClasses
-
getTemplateRoots
-
getTemplateContents
-
setGeneratedClasses
The generated classes must be initialized after the template expressions are validated (later during the STATIC_INIT bootstrap phase) in order to break the cycle in the build chain.- Parameters:
resolverClasses-templateGlobalProviderClasses-
-