Class ServiceInformationURLTag

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

public class ServiceInformationURLTag extends ServiceTagSupport
Service InformationURL - 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

    • ServiceInformationURLTag

      public ServiceInformationURLTag()
  • Method Details

    • setLinkText

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

      @Nullable private String getInformationURLFromUIIinfo()
      look for the <InformationURL> 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