Uses of Class
io.quarkus.devui.deployment.InternalImportMapBuildItem
-
Packages that use InternalImportMapBuildItem Package Description io.quarkus.devui.deployment -
-
Uses of InternalImportMapBuildItem in io.quarkus.devui.deployment
Methods in io.quarkus.devui.deployment that return InternalImportMapBuildItem Modifier and Type Method Description (package private) InternalImportMapBuildItemBuildTimeContentProcessor. createKnownInternalImportMap(NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem)Here we create references to internal dev ui files so that they can be imported by ref.Method parameters in io.quarkus.devui.deployment with type arguments of type InternalImportMapBuildItem Modifier and Type Method Description (package private) QuteTemplateBuildItemBuildTimeContentProcessor. createIndexHtmlTemplate(MvnpmBuildItem mvnpmBuildItem, ThemeVarsBuildItem themeVarsBuildItem, NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, List<InternalImportMapBuildItem> internalImportMapBuildItems)Here we create index.html We aggregate all import maps into one This includes import maps from 3rd party libs from mvnpm.org and internal ones defined above
-