Class StiWebViewerTagJk

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
com.stimulsoft.webviewer.taglib.StiWebViewerTagJk
All Implemented Interfaces:
jakarta.servlet.jsp.tagext.IterationTag, jakarta.servlet.jsp.tagext.JspTag, jakarta.servlet.jsp.tagext.Tag, Serializable

public class StiWebViewerTagJk extends jakarta.servlet.jsp.tagext.TagSupport
See Also:
  • Field Details

    • LOG

      protected static final Logger LOG
  • Constructor Details

    • StiWebViewerTagJk

      public StiWebViewerTagJk()
  • Method Details

    • doStartTag

      public int doStartTag() throws jakarta.servlet.jsp.JspException
      Specified by:
      doStartTag in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      doStartTag in class jakarta.servlet.jsp.tagext.TagSupport
      Throws:
      jakarta.servlet.jsp.JspException
    • release

      public void release()
      Specified by:
      release in interface jakarta.servlet.jsp.tagext.Tag
      Overrides:
      release in class jakarta.servlet.jsp.tagext.TagSupport
    • getReport

      public StiReport getReport()
      Returns:
      the report
    • setReport

      public void setReport(StiReport report)
      Parameters:
      report - the report to set
    • getOptions

      public StiWebViewerOptions getOptions()
      Returns:
      the options
    • setOptions

      public void setOptions(StiWebViewerOptions options)
      Parameters:
      options - the options to set
    • getViewerID

      public String getViewerID()
      Returns:
      the viewerID
    • setViewerID

      public void setViewerID(String viewerID)
      Parameters:
      viewerID - the viewerID to set
    • getMailProperties

      public StiMailProperties getMailProperties()
      Returns:
      the mailProperties
    • setMailProperties

      public void setMailProperties(StiMailProperties mailProperties)
      Parameters:
      mailProperties - the mailProperties to set