All Classes and Interfaces

Class
Description
 
 
Represents 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.scroll or HtmxReswap.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.
This class is not used by the library itself, but users of the library can use it to configure their security to have full page refreshes on auth failures.
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 for HxReswap.focusScroll()
Represents the position values for HxReswap.show() and HxReswap.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.
use annotation HxTriggerAfterSettle or HxTriggerAfterSwap instead.