Class HeadLink

All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean, Component, Ordered, ScriptEventSupport, ContentElement, LifecycleElement, org.springframework.core.Ordered

public class HeadLink extends ContentElementBase
Renders a link tag in the head of the html document.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • HeadLink

      public HeadLink()
  • Method Details

    • getMedia

      public String getMedia()
      Media attribute for link tag.

      Media attribute to be rendered on this link tag

      Returns:
      media attribute of link tag
    • setMedia

      public void setMedia(String media)
      See Also:
    • getHref

      public String getHref()
      Href attribute for link tag.

      Href attribute to be rendered on this link tag

      Returns:
      href attribute of link tag
    • setHref

      public void setHref(String href)
      See Also:
    • getRelation

      public String getRelation()
      Rel attribute for link tag.

      Rel attribute to be rendered on this link tag

      Returns:
      rel attribute of link tag
    • setRelation

      public void setRelation(String relation)
      See Also:
    • getType

      public String getType()
      Type attribute for link tag.

      Type attribute to be rendered on this link tag

      Returns:
      type attribute of link tag
    • setType

      public void setType(String type)
      See Also:
    • getIncludeCondition

      public String getIncludeCondition()
      IncludeCondition wraps custom html comments around link tags.

      IncludeCondition wraps conditional html comments for choosing css files based on browser info. e.g. for the following code <!--[if ie 9]> <link href="ie9.css" type="text/stylesheet"></link> <![endif]--> the includeCondition would be "if ie 9"

      Returns:
      includeCondition
    • setIncludeCondition

      public void setIncludeCondition(String includeCondition)
      See Also: