Package io.quarkus.qute.runtime
Interface QuteTestModeConfig
public interface QuteTestModeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanBy default, the rendering results of injected and type-safe templates are recorded in the managedRenderedResultswhich is registered as a CDI bean.
-
Method Details
-
recordRenderedResults
@WithDefault("true") boolean recordRenderedResults()By default, the rendering results of injected and type-safe templates are recorded in the managedRenderedResultswhich is registered as a CDI bean.
-