Package io.quarkus.runtime
Class TemplateHtmlBuilder
java.lang.Object
io.quarkus.runtime.TemplateHtmlBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateHtmlBuilder(String title, String subTitle, String details) TemplateHtmlBuilder(String title, String subTitle, String details, String redirect, List<CurrentConfig> config) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringadjustRoot(String httpRoot, String basePath) resourcePath(String title) resourcesStart(String title) servletMapping(String title) staticResourcePath(String title) staticResourcePath(String title, String description) toString()
-
Constructor Details
-
TemplateHtmlBuilder
-
TemplateHtmlBuilder
-
-
Method Details