
public class ParamTag extends javax.servlet.jsp.tagext.BodyTagSupport
The name-value pair is passed to the closest containing ancestor tag that implements ParamHandler.
| Constructor and Description |
|---|
ParamTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
void |
release() |
void |
setName(String s)
Set the name of the parameter to transfer.
|
void |
setValue(String s)
Set the value of the parameter to transfer.
|
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic ParamTag()
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportpublic void setName(String s)
s - The name.public void setValue(String s)
s - The value.public int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportCopyright © 2001-2016 The Apache Software Foundation. All rights reserved.