Uses of Class
io.quarkus.devui.spi.AbstractDevUIBuildItem
Packages that use AbstractDevUIBuildItem
-
Uses of AbstractDevUIBuildItem in io.quarkus.devui.spi
Subclasses of AbstractDevUIBuildItem in io.quarkus.devui.spiModifier and TypeClassDescriptionfinal classThis allows you to register a class that will provide data during runtime for JsonRPC Requests -
Uses of AbstractDevUIBuildItem in io.quarkus.devui.spi.buildtime
Subclasses of AbstractDevUIBuildItem in io.quarkus.devui.spi.buildtimeModifier and TypeClassDescriptionfinal classHolds any Build time actions for Dev UI the extension hasfinal classAdd a log to the footer of dev uifinal classContains info on the build time template used to build static content for Dev UI All files are relative to dev-ui-templates/build-time/{extensionName} (in src/main/resources) This contain the fileName to the template, and the template data (variables) This allows extensions developers to add "static files" that they generate with Qute at build time.final classStatic Content generated at build time This is used to generate components that will be available in Dev UI, but generated during build. -
Uses of AbstractDevUIBuildItem in io.quarkus.devui.spi.page
Subclasses of AbstractDevUIBuildItem in io.quarkus.devui.spi.pageModifier and TypeClassDescriptionclassAny of card, menu or footer pagesfinal classAdd a page (or section) to the Dev UI.final classAdd a footer tab to the Dev UI.final classAdd a menu (or section) to the Dev UI.