com.intersys.jsp
Class TableSupportTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.intersys.jsp.TableSupportTag
- All Implemented Interfaces:
- IterationTag, Serializable, Tag
- Direct Known Subclasses:
- CountTag, ListTag, PushViewTag
- public abstract class TableSupportTag
- extends TagSupport
Base class for all tags that relate to database tables.
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
TableSupportTag
public TableSupportTag()
getTable
public String getTable()
throws JspException
- Throws:
JspException
setTable
public void setTable(String v)
throws JspException
- Throws:
JspException
getUseHistory
public String getUseHistory()
getUseHistoryAsBoolean
public boolean getUseHistoryAsBoolean()
setUseHistory
public void setUseHistory(boolean v)
setUseHistory
public void setUseHistory(String v)