Interface Attribute

All Superinterfaces:
Renderable
All Known Implementing Classes:
Attribute.NoValueAttribute, Attribute.StringAttribute, Classes

public interface Attribute extends Renderable
  • Field Details

    • KEY_COMPARATOR

      static final Comparator<String> KEY_COMPARATOR
      We want some attributes to be in a specific order:
      1. id
      2. class
      3. rel
      4. href
      5. everything else
    • COMPARATOR

      static final Comparator<Attribute> COMPARATOR
  • Method Details