Class DecoupledInjectedAttribute

Object
org.thymeleaf.templateparser.markup.decoupled.DecoupledInjectedAttribute

public final class DecoupledInjectedAttribute extends Object

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 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

      public String getName()
    • getOperator

      public String getOperator()
    • getValueContent

      public String getValueContent()
    • getValueOuter

      public String getValueOuter()
    • toString

      public String toString()
      Overrides:
      toString in class Object