public class AddQueryParamTag
extends javax.servlet.jsp.tagext.TagSupport
| Constructor and Description |
|---|
AddQueryParamTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
String |
getParam()
Gets the param.
|
String |
getValue()
Gets the value.
|
void |
setParam(String param)
Sets the param.
|
void |
setValue(String value)
Sets the value.
|
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionpublic String getParam()
public void setParam(String param)
param - the new parampublic String getValue()
public void setValue(String value)
value - the new valueCopyright © 2009–2020 psi-probe. All rights reserved.