Uses of Record Class
io.quarkus.runtime.ErrorPageAction
Packages that use ErrorPageAction
-
Uses of ErrorPageAction in io.quarkus.runtime
Constructor parameters in io.quarkus.runtime with type arguments of type ErrorPageActionModifierConstructorDescriptionTemplateHtmlBuilder(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 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)