Class OrganizationURLTag

All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, Serializable

public class OrganizationURLTag extends ServiceTagSupport
Service OrganizationURL - directly from the metadata if present.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial ID.
      See Also:
    • log

      @Nonnull private static org.slf4j.Logger log
      Class logger.
    • linkText

      @Nullable private static String linkText
      Bean storage for the link text attribute.
  • Constructor Details

    • OrganizationURLTag

      public OrganizationURLTag()
  • Method Details

    • setLinkText

      public void setLinkText(String text)
      Bean setter for the link text attribute.
      Parameters:
      text - the link text to put in
    • getOrganizationURL

      @Nullable private String getOrganizationURL()
      look for the <OrganizationURL>.
      Returns:
      null or an appropriate string
    • doEndTag

      public int doEndTag() throws JspException
      Specified by:
      doEndTag in interface Tag
      Overrides:
      doEndTag in class BodyTagSupport
      Throws:
      JspException