All Packages Class Hierarchy This Package Previous Next Index
com.openly.dt.EncodingDynamicTag | +----com.openly.dt.ParsingDynamicTag | +----com.openly.dt.Put
USAGE:
[[@com.openly.dt.Put(x,"y")]] means: do params.put("x","y")
[[@com.openly.dt.Put(x,z)]] means: means: do params.put("x",params.get("z")) public Put()
public java.lang.String getValue(java.lang.String param, com.openly.util.Params params)
All Packages Class Hierarchy This Package Previous Next Index