net.sf.jameleon.plugin.httpunit
Class HttpUnitTableParamValueTag
java.lang.Object
org.apache.commons.jelly.TagSupport
net.sf.jameleon.AbstractParamElementTag
net.sf.jameleon.ParamValueTag
net.sf.jameleon.plugin.httpunit.HttpUnitTableParamValueTag
- All Implemented Interfaces:
- Tag
public class HttpUnitTableParamValueTag
- extends ParamValueTag
Used for set value of param
Tag Name: <hu-table-param-value>
Method Summary |
void |
setCol(int aVal)
Sets the column number of the table |
void |
setRow(int aVal)
Sets the row number of the table |
protected void |
validateParentTag()
Used to validate everything is set up correctly. |
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 |
HttpUnitTableParamValueTag
public HttpUnitTableParamValueTag()
validateParentTag
protected void validateParentTag()
throws MissingAttributeException,
JellyTagException
- Used to validate everything is set up correctly.
- Overrides:
validateParentTag
in class AbstractParamElementTag
- Throws:
MissingAttributeException
- - When a required attribute isn't set.
JellyTagException
- - When this tag is used out of context.
setRow
public void setRow(int aVal)
- Sets the row number of the table
setCol
public void setCol(int aVal)
- Sets the column number of the table
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.