java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.aendvari.tethys.tag.basic.LoadTestDataTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class LoadTestDataTag
- extends javax.servlet.jsp.tagext.TagSupport
Implementation class for the "loadTestData" tag.
| 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 |
type
public java.lang.String type
- The type of the ModelTree class.
path
public java.lang.String path
- The file path to a ModelTree file .
resource
public java.lang.String resource
- The classpath to a resource loader.
dataScope
public java.lang.String dataScope
- The scope to place the data into.
LoadTestDataTag
public LoadTestDataTag()
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
getResource
public java.lang.String getResource()
setResource
public void setResource(java.lang.String resource)
getDataScope
public java.lang.String getDataScope()
setDataScope
public void setDataScope(java.lang.String scope)
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspTagException
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Default processing of the end tag returning EVAL_PAGE.
release
public void release()
- Release all allocated resources.