com.stimulsoft.web.taglib.base
Class StiBaseStiTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.stimulsoft.web.taglib.base.StiBaseTag
com.stimulsoft.web.taglib.base.StiBaseStiTag
- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- StiBaseButtonTag, StiBaseFrameTag, StiBaseIFrameTag, StiBaseLinkTag
public class StiBaseStiTag
- extends StiBaseTag
Базовый заказной тег для работы с отчетами. Содержит набор атрибутов позволяющих переходить к
контретному отчету, задавать переменные отчета.
Copyright Stimulsoft
- See Also:
- Serialized Form
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| 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 com.stimulsoft.web.taglib.base.StiBaseTag |
doEndTag, getAccesskey, getAttributes, getDir, getLang, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, prepareAttribute, setAccesskey, setDir, setLang, setStyle, setStyleClass, setStyleId, setTabindex, setTitle |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CUSTOM_PROPERTIES_PARAM
public static final String CUSTOM_PROPERTIES_PARAM
- See Also:
- Constant Field Values
StiBaseStiTag
public StiBaseStiTag()
release
public void release()
- Specified by:
release in interface javax.servlet.jsp.tagext.Tag- Overrides:
release in class StiBaseTag
generateHref
protected String generateHref()
- Returns:
- полный url перехода к отчету(ресурс, отчет, переменные).
setResourceKey
protected void setResourceKey(String resourceKey)
getVariableMap
public String getVariableMap()
setVariableMap
public void setVariableMap(String variableMap)
getVariableStr
public String getVariableStr()
setVariableStr
public void setVariableStr(String variableStr)
setReport
public void setReport(String report)
setGlobalization
public void setGlobalization(String globalization)
getGlobalization
public String getGlobalization()
getProperties
public Properties getProperties()
- Returns:
- the custom properties
setProperties
public void setProperties(Properties properties)
- Parameters:
properties - the custom properties to set
Copyright © 2017 Stimulsoft. All Rights Reserved.