Package j2htmx
Class J2Htmx.Headers
- java.lang.Object
-
- j2htmx.J2Htmx.Headers
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROMPTstatic StringPUSHstatic StringREDIRECTstatic StringREFRESHstatic StringREQUESTstatic StringTARGETstatic StringTRIGGERstatic StringTRIGGER_AFTER_SETTLEstatic StringTRIGGER_AFTER_SWAPstatic StringTRIGGER_NAME
-
Constructor Summary
Constructors Constructor Description Headers()
-
-
-
Field Detail
-
REQUEST
public static final String REQUEST
- See Also:
- Constant Field Values
-
TRIGGER
public static final String TRIGGER
- See Also:
- Constant Field Values
-
TRIGGER_NAME
public static final String TRIGGER_NAME
- See Also:
- Constant Field Values
-
TARGET
public static final String TARGET
- See Also:
- Constant Field Values
-
PROMPT
public static final String PROMPT
- See Also:
- Constant Field Values
-
PUSH
public static final String PUSH
- See Also:
- Constant Field Values
-
REDIRECT
public static final String REDIRECT
- See Also:
- Constant Field Values
-
REFRESH
public static final String REFRESH
- See Also:
- Constant Field Values
-
TRIGGER_AFTER_SWAP
public static final String TRIGGER_AFTER_SWAP
- See Also:
- Constant Field Values
-
TRIGGER_AFTER_SETTLE
public static final String TRIGGER_AFTER_SETTLE
- See Also:
- Constant Field Values
-
-