Uses of Interface
io.quarkus.qute.Engine
Packages that use Engine
-
Uses of Engine in io.quarkus.qute
Methods in io.quarkus.qute that return EngineModifier and TypeMethodDescriptionEngineBuilder.build()static EngineQute.engine()If needed, a default engine is created lazily.protected abstract EngineTemplateInstanceBase.engine()SectionHelperFactory.SectionInitContext.getEngine()Methods in io.quarkus.qute with parameters of type EngineModifier and TypeMethodDescriptiondefault voidEngineBuilder.EngineListener.engineBuilt(Engine engine) voidFragmentNamespaceResolver.engineBuilt(Engine engine) voidStrEvalNamespaceResolver.engineBuilt(Engine engine) static voidSet a specific engine instance.Constructors in io.quarkus.qute with parameters of type EngineModifierConstructorDescriptionEvalSectionHelper(Map<String, Expression> parameters, Engine engine) -
Uses of Engine in io.quarkus.qute.trace
Methods in io.quarkus.qute.trace that return EngineModifier and TypeMethodDescriptionBaseEvent.getEngine()Returns the engine managing the rendering process.Constructors in io.quarkus.qute.trace with parameters of type EngineModifierConstructorDescriptionCreates a new event and starts the timer.ResolveEvent(TemplateNode templateNode, ResolutionContext context, Engine engine) Creates a newResolveEventfor the given template node, resolution context, and engine.TemplateEvent(TemplateInstance templateInstance, Engine engine)