Package io.quarkus.runtime
Class TemplateHtmlBuilder
java.lang.Object
io.quarkus.runtime.TemplateHtmlBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionTemplateHtmlBuilder(boolean showStack, String baseUrl, String title, String subTitle, String details, List<ErrorPageAction> actions, String redirect, List<CurrentConfig> config) TemplateHtmlBuilder(boolean showStack, String title, String subTitle, String details, List<ErrorPageAction> actions) TemplateHtmlBuilder(String title, String subTitle, String details) TemplateHtmlBuilder(String baseUrl, String title, String subTitle, String details, List<ErrorPageAction> actions) TemplateHtmlBuilder(String title, String subTitle, String details, List<ErrorPageAction> actions) TemplateHtmlBuilder(String title, String subTitle, String details, List<ErrorPageAction> actions, String redirect, List<CurrentConfig> config) -
Method Summary
Modifier and TypeMethodDescriptionstatic StringadjustRoot(String httpRoot, String basePath) voidresourcePath(String title) resourcesStart(String title) resourcesStart(String title, String cssclass) servletMapping(String title) staticResourcePath(String title) staticResourcePath(String title, String description) toString()
-
Constructor Details
-
TemplateHtmlBuilder
-
TemplateHtmlBuilder
public TemplateHtmlBuilder(boolean showStack, String title, String subTitle, String details, List<ErrorPageAction> actions) -
TemplateHtmlBuilder
public TemplateHtmlBuilder(String title, String subTitle, String details, List<ErrorPageAction> actions) -
TemplateHtmlBuilder
-
TemplateHtmlBuilder
public TemplateHtmlBuilder(String title, String subTitle, String details, List<ErrorPageAction> actions, String redirect, List<CurrentConfig> config) -
TemplateHtmlBuilder
public TemplateHtmlBuilder(boolean showStack, String baseUrl, String title, String subTitle, String details, List<ErrorPageAction> actions, String redirect, List<CurrentConfig> config)
-
-
Method Details
-
decorate
public TemplateHtmlBuilder decorate(Throwable throwable, String srcMainJava, List<String> knowClasses) -
stack
-
stack
-
resourcesStart
-
resourcesStart
-
resourcesEnd
-
noResourcesFound
-
resourcePath
-
staticResourcePath
-
staticResourcePath
-
servletMapping
-
method
-
consumes
-
produces
-
listItem
-
methodEnd
-
resourceStart
-
resourceEnd
-
append
-
toString
-
adjustRoot
-
loadCssFile
public void loadCssFile()
-