Class ServicePrivacyURLTag

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

public class ServicePrivacyURLTag extends ServiceTagSupport
Service PrivacyURL - 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

    • ServicePrivacyURLTag

      public ServicePrivacyURLTag()
  • Method Details

    • setLinkText

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

      @Nullable private String getPrivacyURLFromUIIinfo()
      look for the <PrivacyURL> in the <UIInfo>.
      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