net.sf.jameleon
Class ParamNameTag
java.lang.Object
org.apache.commons.jelly.TagSupport
net.sf.jameleon.AbstractParamElementTag
net.sf.jameleon.ParamNameTag
- All Implemented Interfaces:
- Tag
public class ParamNameTag
- extends AbstractParamElementTag
Gives the parameter a name.
For example:
<param>
<param-name>someName</param-name>
</param>
Tag Name: <param-name>
Method Summary |
void |
doTag(XMLOutput out)
An implementation of the doTag method provided by the TagSupport class. |
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 |
ParamNameTag
public ParamNameTag()
doTag
public void doTag(XMLOutput out)
throws MissingAttributeException,
JellyTagException
- Description copied from class:
AbstractParamElementTag
- An implementation of the
doTag
method provided by the TagSupport
class.
Maps the value in the fromVariable
over to the original variable name, toVariable
.
- Specified by:
doTag
in interface Tag
- Overrides:
doTag
in class AbstractParamElementTag
- Throws:
MissingAttributeException
JellyTagException
Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.