java.lang.Object
io.github.wimdeblauwe.htmx.spring.boot.mvc.HtmxValue

public class HtmxValue extends Object
Holder for constant values.
  • Field Details

    • FALSE

      public static final String FALSE
      Constant for use in annotations that support a false value to disable functions.
      See Also:
    • TRUE

      public static final String TRUE
      Constant for use in annotations that support a true value to enable functions.
      See Also:
  • Constructor Details

    • HtmxValue

      public HtmxValue()