com.stimulsoft.web.taglib.base
Class StiBaseStiTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.stimulsoft.web.taglib.base.StiBaseTag
          extended by 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

Field Summary
static String CUSTOM_PROPERTIES_PARAM
           
 
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
 
Constructor Summary
StiBaseStiTag()
           
 
Method Summary
protected  String generateHref()
           
 String getGlobalization()
           
 Properties getProperties()
           
 String getVariableMap()
           
 String getVariableStr()
           
 void release()
           
 void setGlobalization(String globalization)
           
 void setProperties(Properties properties)
           
 void setReport(String report)
           
protected  void setResourceKey(String resourceKey)
           
 void setVariableMap(String variableMap)
           
 void setVariableStr(String variableStr)
           
 
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
 

Field Detail

CUSTOM_PROPERTIES_PARAM

public static final String CUSTOM_PROPERTIES_PARAM
See Also:
Constant Field Values
Constructor Detail

StiBaseStiTag

public StiBaseStiTag()
Method Detail

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.