Uses of Enum Class
io.quarkiverse.renarde.htmx.HxController.HxResponseHeader
Packages that use HxController.HxResponseHeader
-
Uses of HxController.HxResponseHeader in io.quarkiverse.renarde.htmx
Methods in io.quarkiverse.renarde.htmx that return HxController.HxResponseHeaderModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HxController.HxResponseHeader[]HxController.HxResponseHeader.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkiverse.renarde.htmx with parameters of type HxController.HxResponseHeaderModifier and TypeMethodDescriptionprotected voidHxController.hx(HxController.HxResponseHeader hxHeader, String value) Helper to define htmx response headers.