Uses of Interface
io.quarkus.qute.SectionHelperFactory
-
Uses of SectionHelperFactory in io.quarkus.qute
Classes in io.quarkus.qute that implement SectionHelperFactoryModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in io.quarkus.qute that return SectionHelperFactoryMethods in io.quarkus.qute that return types with arguments of type SectionHelperFactoryMethods in io.quarkus.qute with parameters of type SectionHelperFactoryModifier and TypeMethodDescriptionEngineBuilder.addSectionHelper(SectionHelperFactory<?> factory) Register the factory for all default aliases.EngineBuilder.addSectionHelper(String name, SectionHelperFactory<?> factory) Register the factory for all default aliases and the specified name.EngineBuilder.addSectionHelpers(SectionHelperFactory<?>... factories) Register the factories for all default aliases.Method parameters in io.quarkus.qute with type arguments of type SectionHelperFactoryModifier and TypeMethodDescriptionEngineBuilder.computeSectionHelper(Function<String, SectionHelperFactory<?>> func) The function is used if no section helper registered viaEngineBuilder.addSectionHelper(SectionHelperFactory)matches a section name.