Package j2htmx
Interface J2Htmx.AttributeGenerator
-
- Enclosing class:
- J2Htmx
public static interface J2Htmx.AttributeGeneratorA Functional interface to generate attributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringgenerate()Generate the value of an attribute
-
-
-
Method Detail
-
generate
String generate()
Generate the value of an attribute- Returns:
- A String value for an attribute
-
-