Uses of Interface
io.quarkus.qute.Engine
-
-
Uses of Engine in io.quarkus.qute
Methods in io.quarkus.qute that return Engine Modifier and Type Method Description EngineEngineBuilder. build()static EngineQute. engine()If needed, a default engine is created lazily.protected abstract EngineTemplateInstanceBase. engine()EngineSectionHelperFactory.SectionInitContext. getEngine()Methods in io.quarkus.qute with parameters of type Engine Modifier and Type Method Description static voidQute. setEngine(Engine engine)Set a specific engine instance.Constructors in io.quarkus.qute with parameters of type Engine Constructor Description EvalSectionHelper(Map<String,Expression> parameters, Engine engine)
-