Interface LinkValue

All Superinterfaces:
GenericValue

@ConsumerType public interface LinkValue extends GenericValue
Represents a link.
  • Method Details

    • getUrl

      @Nullable @Nullable String getUrl()
      Returns:
      Link URL
    • getHtmlAttributes

      @Nullable @Nullable Map<String,String> getHtmlAttributes()
      Returns:
      HTML attributes (e.g. target attribute)