it.eng.spagobi.presentation.tags
Class ListTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
it.eng.spagobi.presentation.tags.ListTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- ListBIParametersTag
- public class ListTag
- extends javax.servlet.jsp.tagext.TagSupport
Builds and presents all objects list for all admin
SpagoBI's list modules. Once a list module has been executed,
the list tag builds all the correspondent jsp page and gives the results
- Author:
- sulis
- 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 |
Constructor Summary |
ListTag()
Consructor |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTag
public ListTag()
- Consructor
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
- See Also:
doStartTag()
setActionName
public void setActionName(java.lang.String actionName)
- Traces the setting of an action name.
- Parameters:
actionName
- The action name string at input.
setModuleName
public void setModuleName(java.lang.String moduleName)
- Traces the setting of a module name.
- Parameters:
moduleName
- The module name string at input.
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Throws:
javax.servlet.jsp.JspException
- See Also:
Tag.doEndTag()
setFilter
public void setFilter(java.lang.String filter)