Uses of Class
io.quarkus.devui.spi.AbstractDevUIBuildItem
-
Packages that use AbstractDevUIBuildItem Package Description io.quarkus.devui.spi io.quarkus.devui.spi.buildtime io.quarkus.devui.spi.page -
-
Uses of AbstractDevUIBuildItem in io.quarkus.devui.spi
Subclasses of AbstractDevUIBuildItem in io.quarkus.devui.spi Modifier and Type Class Description classJsonRPCProvidersBuildItemThis 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.buildtime Modifier and Type Class Description classQuteTemplateBuildItemContains 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.classStaticContentBuildItemStatic 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.page Modifier and Type Class Description classAbstractPageBuildItemAny of card, menu or footer pagesclassCardPageBuildItemAdd a page (or section) to the Dev UI.classFooterPageBuildItemAdd a footer tab to the Dev UI.classMenuPageBuildItemAdd a menu (or section) to the Dev UI.
-