public class Param extends Object
ParamTag
ParamAware
Attributes are the raw values passed to the spring:param tag and have not been encoded or escaped.
Param()
String
getName()
getValue()
void
setName(String name)
setValue(String value)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Param()
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String toString()
toString
Object