|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.jelly.TagSupport net.sf.jameleon.ParamTag net.sf.jameleon.plugin.httpunit.HttpUnitTableParamTag
public class HttpUnitTableParamTag
An extension of the ParamTag
specific to the HttpUnit plug-in.
Field Summary | |
---|---|
protected int |
colValue
The col position of the value |
protected int |
rowValue
The row position of the value |
protected String |
tableIdentifier
The table identifier (id or name) |
protected String |
tableIndex
The table index (seperated by ->) ex: 1->(2,9)1. |
Fields inherited from class net.sf.jameleon.ParamTag |
---|
fromVariable, name, paramType, values |
Fields inherited from class org.apache.commons.jelly.TagSupport |
---|
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
---|---|
HttpUnitTableParamTag()
|
Method Summary | |
---|---|
int |
getColValue()
|
int |
getRowValue()
|
String |
getTableIdentifier()
|
String |
getTableIndex()
|
void |
setColValue(int aVal)
Sets the column number of the table |
void |
setRowValue(int aVal)
Sets the row number of the table |
void |
setTableIdentifier(String aVal)
Sets the name of id of the table. |
void |
setTableIndex(String aVal)
Sets the location of the table. |
protected void |
validate()
Validates everything is set up correctly. |
Methods inherited from class net.sf.jameleon.ParamTag |
---|
addParamValue, doTag, getFromVariable, getName, getParamName, getParamType, getParamValues, getValue, setFromVariable, setParamName, setParamType, setParamValue |
Methods inherited from class org.apache.commons.jelly.TagSupport |
---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String tableIdentifier
protected String tableIndex
protected int rowValue
protected int colValue
Constructor Detail |
---|
public HttpUnitTableParamTag()
Method Detail |
---|
public String getTableIdentifier()
public String getTableIndex()
public void setTableIdentifier(String aVal)
public void setTableIndex(String aVal)
public int getRowValue()
public int getColValue()
public void setRowValue(int aVal)
public void setColValue(int aVal)
protected void validate() throws JellyTagException
validate
in class ParamTag
MissingAttributeException
- - When a required attribute isn't set.
JellyTagException
- - When this tag is used out of context.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |