Interface GlobalAttributes

All Known Subinterfaces:
GlobalBufferedAttributes
All Known Implementing Classes:
AreaTag, AreaTag, ATag, ATag, BaseTag, BaseTag, BrTag, BrTag, ColTag, ColTag, ElementBufferedBodyTag, ElementBufferedTag, ElementFilteredBodyTag, ElementFilteredTag, ElementNullBodyTag, ElementNullTag, FormTag, FormTag, HrTag, HrTag, HtmlTag, HtmlTag, IframeTag, IframeTag, ImgTag, ImgTag, ImmutableGlobalAttributes, InputTag, InputTag, LinkTag, LinkTag, MapTag, MapTag, MetaTag, MetaTag, MutableGlobalAttributes, OptionTag, OptionTag, ScriptTag, ScriptTag, SelectTag, SelectTag, TextareaTag, TextareaTag

public interface GlobalAttributes
Global attributes when used in a filtered context. These attributes may not be set from nested tags due to the lack of buffering.
Author:
AO Industries, Inc.
  • Method Details

    • getId

      String getId()
    • getClazz

      Object getClazz()
      Getter required. Because without it, we get the exception:
      Unable to find setter method for attribute: class
    • getData

      Map<String,Object> getData()
      Gets the HTML data attributes or an empty map when there are none.
    • getDir

      String getDir()
    • getStyle

      Object getStyle()