com.stimulsoft.webviewer.taglib
Class StiWebViewerTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.stimulsoft.webviewer.taglib.StiWebViewerTag
- All Implemented Interfaces:
- java.io.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:
- Serialized Form
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiWebViewerTag
public StiWebViewerTag()
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 java.lang.String getViewerID()
- Returns:
- the viewerID
setViewerID
public void setViewerID(java.lang.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