Class StiWebViewerTag

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

public class StiWebViewerTag extends javax.servlet.jsp.tagext.TagSupport
See Also:
  • Field Details

    • LOG

      protected static final Logger LOG
  • Constructor Details

    • StiWebViewerTag

      public StiWebViewerTag()
  • Method Details

    • doStartTag

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

      public void release()
      Specified by:
      release in interface javax.servlet.jsp.tagext.Tag
      Overrides:
      release in class javax.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