All Packages Class Hierarchy This Package Previous Next Index
Class com.openly.dt.ParamArray
com.openly.dt.EncodingDynamicTag | +----com.openly.dt.ParsingDynamicTag | +----com.openly.dt.ParamArray
- public class ParamArray
- extends com.openly.dt.ParsingDynamicTag
ParamArray provides another way to iterate over a result set. ParamArray is a dynamic tag implementation that uses 2 arguments. the first argument is the string, template or tag that is to be repeated. The second argument specifies a key to access a Param[] from the base Param. If the second argument is omitted, "com.openly.dt.ParamArray" is assumed. SYNTAX:
[[@com.openly.dt.ParamArray(template,arraykey)]] USAGE:
[[@com.openly.dt.ParamArray(@template(noframetarget.tpl),array)]] means: iterate the template noframetarget.tpl through all all the Params objects in the array accessed by calling params.get("array").
- 2002-02-18 now uses getValue in super
Check out Java and Linking related books at Openly.com! - See Also:
- com.openly.util.Params

-
ParamArray() -

-
writeValue(String, Params, OutputStream) -

ParamArray public ParamArray()

writeValue public void writeValue(java.lang.String param, com.openly.util.Params params, java.io.OutputStream out) throws java.io.IOException
- Overrides:
- writeValue in class com.openly.dt.EncodingDynamicTag
All Packages Class Hierarchy This Package Previous Next Index