Class DecoupledInjectedAttribute
Object
org.thymeleaf.templateparser.markup.decoupled.DecoupledInjectedAttribute
Value class used for containing each of the attributes that should be injected during parsing into a template that is processed with associated decoupled logic.
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic DecoupledInjectedAttribute
createAttribute
(char[] buffer, int nameOffset, int nameLen, int operatorOffset, int operatorLen, int valueContentOffset, int valueContentLen, int valueOuterOffset, int valueOuterLen) getName()
toString()
-
Method Details
-
createAttribute
public static DecoupledInjectedAttribute createAttribute(char[] buffer, int nameOffset, int nameLen, int operatorOffset, int operatorLen, int valueContentOffset, int valueContentLen, int valueOuterOffset, int valueOuterLen) -
getName
-
getOperator
-
getValueContent
-
getValueOuter
-
toString
-