- java.lang.Object
-
- org.apache.commons.jelly.TagSupport
-
- org.apache.commons.latka.jelly.ParameterTag
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected java.lang.String |
_paramName |
protected java.lang.String |
_paramValue |
-
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
doTag(org.apache.commons.jelly.XMLOutput xmlOutput) |
void |
setParamName(java.lang.String paramName) |
void |
setParamValue(java.lang.String paramValue) |
-
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
-
ParameterTag
public ParameterTag()
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.