Class AttributeName

Object
org.thymeleaf.engine.AttributeName
Direct Known Subclasses:
HTMLAttributeName, TextAttributeName, XMLAttributeName

public abstract class AttributeName extends Object
Since:
3.0.0
Author:
Daniel Fernández
  • Field Details

    • prefix

      protected final String prefix
    • attributeName

      protected final String attributeName
    • completeAttributeNames

      protected final String[] completeAttributeNames
  • Constructor Details

    • AttributeName

      protected AttributeName(String prefix, String attributeName, String[] completeAttributeNames)
  • Method Details

    • getAttributeName

      public String getAttributeName()
    • isPrefixed

      public boolean isPrefixed()
    • getPrefix

      public String getPrefix()
    • getCompleteAttributeNames

      public String[] getCompleteAttributeNames()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object