Class MetaTag

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

public class MetaTag extends ContentElementBase
Renders a meta tag in the head of the html document.

The meta tag component can be used to create meta tags by defining the attributes: name, content and http_equiv

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • MetaTag

      public MetaTag()
  • Method Details

    • getName

      public String getName()
      Name attribute for meta tag.

      Name attribute to be rendered on this meta tag

      Returns:
      name attribute of meta tag
    • setName

      public void setName(String name)
      See Also:
    • getContent

      public String getContent()
      Content attribute for meta tag.

      Content attribute to be rendered on this meta tag

      Returns:
      content attribute of meta tag
    • setContent

      public void setContent(String content)
      See Also:
    • getHttp_equiv

      public String getHttp_equiv()
      Http_equiv attribute for meta tag.

      Http_equiv attribute to be rendered on this meta tag

      Returns:
      http_equiv attribute of meta tag
    • setHttp_equiv

      public void setHttp_equiv(String http_equiv)
      See Also: