net.sf.jameleon.plugin.httpunit
Class HttpUnitTableParamValueTag

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by net.sf.jameleon.AbstractParamElementTag
          extended by net.sf.jameleon.ParamValueTag
              extended by 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>

Field Summary
 
Fields inherited from class net.sf.jameleon.AbstractParamElementTag
decodeXMLToText, fromVariable, parentTag, text
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
HttpUnitTableParamValueTag()
           
 
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 net.sf.jameleon.ParamValueTag
doTag
 
Methods inherited from class net.sf.jameleon.AbstractParamElementTag
setDecodeXMLToText, setFromVariable, validate, validateParam
 
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
 

Constructor Detail

HttpUnitTableParamValueTag

public HttpUnitTableParamValueTag()
Method Detail

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.