Package io.github.wimdeblauwe.htmx.spring.boot.mvc
package io.github.wimdeblauwe.htmx.spring.boot.mvc
-
ClassDescriptionRepresents the HX-Location response header value.This class can be used as a controller method argument to access the htmx Request Headers.Enum representing the request headers used by htmx.Used as a controller method return type to specify htmx-related response headers and returning multiple template partials in a single response.Enum representing the response headers used by htmx.Represents a HX-Reswap response header value.Represents the position values used for
HtmxReswap.scrollorHtmxReswap.show.Represents a value of HX-Trigger, HX-Trigger-After-Settle or HX-Trigger-After-Swap.Holder for constant values.Annotation to do a client side redirect that does not do a full page reload.Annotation to push a URL into the browser location history.Annotation to do a client-side redirect to a new location.Annotation that signals htmx that a full page refresh should be performed.Annotation to replace the current URL in the browser location history.Annotation for mapping htmx requests onto specific handler method.Annotation to specify a CSS selector that allows you to choose which part of the response is used to be swapped in.Annotation to specify how the response will be swapped.Represents the values forHxReswap.focusScroll()Represents the position values forHxReswap.show()andHxReswap.scroll()Annotation to specify a CSS selector that updates the target of the content update to a different element on the page.Represents the swap options.Annotation to trigger client side events as soon as the response is received on the target element.Annotation to trigger client side events after the settling step on the target element.Annotation to trigger client side events after the swap step on the target element.Deprecated.
HxTriggerAfterSettleorHxTriggerAfterSwapinstead.