net.sf.jameleon.plugin.httpunit
Class HttpUnitTableParamNameTag

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by net.sf.jameleon.AbstractParamElementTag
          extended by net.sf.jameleon.ParamNameTag
              extended by net.sf.jameleon.plugin.httpunit.HttpUnitTableParamNameTag
All Implemented Interfaces:
Tag

public class HttpUnitTableParamNameTag
extends ParamNameTag

Used as the hu-table-param-name tag. See the super class for more information.

Tag Name: <hu-table-param-name>

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
HttpUnitTableParamNameTag()
           
 
Method Summary
protected  void validate()
           
 
Methods inherited from class net.sf.jameleon.ParamNameTag
doTag
 
Methods inherited from class net.sf.jameleon.AbstractParamElementTag
setDecodeXMLToText, setFromVariable, validateParam, validateParentTag
 
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

HttpUnitTableParamNameTag

public HttpUnitTableParamNameTag()
Method Detail

validate

protected void validate()
                 throws MissingAttributeException,
                        JellyTagException
Overrides:
validate in class AbstractParamElementTag
Throws:
MissingAttributeException
JellyTagException


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.