com.intersys.jsp
Class TableSupportTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.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

Field Summary
 
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
TableSupportTag()
           
 
Method Summary
 String getTable()
           
 String getUseHistory()
           
 boolean getUseHistoryAsBoolean()
           
 void setTable(String v)
           
 void setUseHistory(boolean v)
           
 void setUseHistory(String v)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, doStartTag, 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
 

Constructor Detail

TableSupportTag

public TableSupportTag()
Method Detail

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)