Package j2htmx

Class J2Htmx


  • public class J2Htmx
    extends Object
    Author:
    tareq A Class containing all functionalities of HTMX for usage with J2Html
    • Field Detail

    • Method Detail

      • withHtmxImport

        public static j2html.tags.ContainerTag withHtmxImport​(j2html.tags.ContainerTag tag)
        Injects htmx script imports into a container tag
        Parameters:
        tag -
        Returns:
      • withHyperscriptImport

        public static j2html.tags.ContainerTag withHyperscriptImport​(j2html.tags.ContainerTag tag)
        Injects hyperscript script imports into a container tag
        Parameters:
        tag -
        Returns:
      • boost

        public j2html.attributes.Attribute boost​(String value)
      • boost

        public j2html.attributes.Attribute boost()
      • get

        public j2html.attributes.Attribute get​(String value)
      • get

        public j2html.attributes.Attribute get()
      • post

        public j2html.attributes.Attribute post​(String value)
      • post

        public j2html.attributes.Attribute post()
      • pushUrl

        public j2html.attributes.Attribute pushUrl​(String value)
      • pushUrl

        public j2html.attributes.Attribute pushUrl()
      • select

        public j2html.attributes.Attribute select​(String value)
      • select

        public j2html.attributes.Attribute select()
      • selectOob

        public j2html.attributes.Attribute selectOob​(String value)
      • selectOob

        public j2html.attributes.Attribute selectOob()
      • swap

        public j2html.attributes.Attribute swap​(String value)
      • swap

        public j2html.attributes.Attribute swap()
      • swapOob

        public j2html.attributes.Attribute swapOob​(String value)
      • swapOob

        public j2html.attributes.Attribute swapOob()
      • target

        public j2html.attributes.Attribute target​(String value)
      • target

        public j2html.attributes.Attribute target()
      • trigger

        public j2html.attributes.Attribute trigger​(String value)
      • trigger

        public j2html.attributes.Attribute trigger()
      • vals

        public j2html.attributes.Attribute vals​(String value)
      • vals

        public j2html.attributes.Attribute vals()
      • confirm

        public j2html.attributes.Attribute confirm​(String value)
      • confirm

        public j2html.attributes.Attribute confirm()
      • delete

        public j2html.attributes.Attribute delete​(String value)
      • delete

        public j2html.attributes.Attribute delete()
      • disable

        public j2html.attributes.Attribute disable​(String value)
      • disable

        public j2html.attributes.Attribute disable()
      • disinherit

        public j2html.attributes.Attribute disinherit​(String value)
      • disinherit

        public j2html.attributes.Attribute disinherit()
      • encoding

        public j2html.attributes.Attribute encoding​(String value)
      • encoding

        public j2html.attributes.Attribute encoding()
      • ext

        public j2html.attributes.Attribute ext​(String value)
      • ext

        public j2html.attributes.Attribute ext()
      • headers

        public j2html.attributes.Attribute headers​(String value)
      • headers

        public j2html.attributes.Attribute headers()
      • historyElt

        public j2html.attributes.Attribute historyElt​(String value)
      • historyElt

        public j2html.attributes.Attribute historyElt()
      • include

        public j2html.attributes.Attribute include​(String value)
      • include

        public j2html.attributes.Attribute include()
      • indicator

        public j2html.attributes.Attribute indicator​(String value)
      • indicator

        public j2html.attributes.Attribute indicator()
      • params

        public j2html.attributes.Attribute params​(String value)
      • params

        public j2html.attributes.Attribute params()
      • patch

        public j2html.attributes.Attribute patch​(String value)
      • patch

        public j2html.attributes.Attribute patch()
      • preserve

        public j2html.attributes.Attribute preserve​(String value)
      • preserve

        public j2html.attributes.Attribute preserve()
      • prompt

        public j2html.attributes.Attribute prompt​(String value)
      • prompt

        public j2html.attributes.Attribute prompt()
      • put

        public j2html.attributes.Attribute put​(String value)
      • put

        public j2html.attributes.Attribute put()
      • replaceUrl

        public j2html.attributes.Attribute replaceUrl​(String value)
      • replaceUrl

        public j2html.attributes.Attribute replaceUrl()
      • request

        public j2html.attributes.Attribute request​(String value)
      • request

        public j2html.attributes.Attribute request()
      • sse

        public j2html.attributes.Attribute sse​(String value)
      • sse

        public j2html.attributes.Attribute sse()
      • sync

        public j2html.attributes.Attribute sync​(String value)
      • sync

        public j2html.attributes.Attribute sync()
      • vars

        public j2html.attributes.Attribute vars​(String value)
      • vars

        public j2html.attributes.Attribute vars()
      • ws

        public j2html.attributes.Attribute ws​(String value)
      • ws

        public j2html.attributes.Attribute ws()
      • hyperscript

        public j2html.attributes.Attribute hyperscript()
      • hyperscript

        public j2html.attributes.Attribute hyperscript​(String value)