public class ParamTag
extends javax.servlet.jsp.tagext.TagSupport
param
tag. Defines a parameter that
can be added to a HstURL
name
value
Constructor and Description |
---|
ParamTag() |
Modifier and Type | Method and Description |
---|---|
protected void |
cleanup() |
int |
doStartTag() |
String |
getName()
Returns the name.
|
String |
getValue()
Returns the value.
|
void |
setName(String name)
Sets the name.
|
void |
setValue(String value)
Sets the value.
|
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
protected void cleanup()
public String getName()
public String getValue() throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public void setName(String name)
name
- The name to setpublic void setValue(String value)
value
- The value to setCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.