Package com.stimulsoft.webviewer.taglib
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 Summary
FieldsFields inherited from class jakarta.servlet.jsp.tagext.TagSupport
id, pageContextFields inherited from interface jakarta.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface jakarta.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidrelease()voidsetMailProperties(StiMailProperties mailProperties) voidsetOptions(StiWebViewerOptions options) voidvoidsetViewerID(String viewerID) Methods inherited from class jakarta.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
Field Details
-
LOG
-
-
Constructor Details
-
StiWebViewerTagJk
public StiWebViewerTagJk()
-
-
Method Details
-
doStartTag
public int doStartTag() throws jakarta.servlet.jsp.JspException- Specified by:
doStartTagin interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classjakarta.servlet.jsp.tagext.TagSupport- Throws:
jakarta.servlet.jsp.JspException
-
release
public void release()- Specified by:
releasein interfacejakarta.servlet.jsp.tagext.Tag- Overrides:
releasein classjakarta.servlet.jsp.tagext.TagSupport
-
getReport
- Returns:
- the report
-
setReport
- Parameters:
report- the report to set
-
getOptions
- Returns:
- the options
-
setOptions
- Parameters:
options- the options to set
-
getViewerID
- Returns:
- the viewerID
-
setViewerID
- Parameters:
viewerID- the viewerID to set
-
getMailProperties
- Returns:
- the mailProperties
-
setMailProperties
- Parameters:
mailProperties- the mailProperties to set
-