Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.tethys.tag.basic
Class LoadTestDataTag  view LoadTestDataTag download LoadTestDataTag.java

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


Field Summary
 java.lang.String dataScope
          The scope to place the data into.
 java.lang.String path
          The file path to a ModelTree file .
 java.lang.String resource
          The classpath to a resource loader.
 java.lang.String type
          The type of the ModelTree class.
 
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
LoadTestDataTag()
           
 
Method Summary
 int doEndTag()
          Default processing of the end tag returning EVAL_PAGE.
 java.lang.String getDataScope()
           
 java.lang.String getPath()
           
 java.lang.String getResource()
           
 java.lang.String getType()
           
 void release()
          Release all allocated resources.
 void setDataScope(java.lang.String scope)
           
 void setPath(java.lang.String path)
           
 void setResource(java.lang.String resource)
           
 void setType(java.lang.String type)
           
 
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

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.

Constructor Detail

LoadTestDataTag

public LoadTestDataTag()
Method Detail

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.