All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.openly.dt.Put

com.openly.dt.EncodingDynamicTag   |   +----com.openly.dt.ParsingDynamicTag           |           +----com.openly.dt.Put

public class Put
extends com.openly.dt.ParsingDynamicTag
Put is a dynamic tag implementation that allows a template to manipulate the params object. It uses argument 1 as the name of a the parameter to put, and argument 2 as the value to put. Put always returns the empty string.

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"))
Check out Java and Linking related books at Openly.com!


Constructor Index

 o Put()

Method Index

 o getValue(String, Params)

Constructors

 o Put
 public Put()

Methods

 o getValue
 public java.lang.String getValue(java.lang.String param,                                  com.openly.util.Params params)
Overrides:
getValue in class com.openly.dt.EncodingDynamicTag

All Packages  Class Hierarchy  This Package  Previous  Next  Index