This is a wrapper for Template specific information. It's part of
the RunData object and can extract the information it needs to do
the job directly from the data.getParameters().
author: Dave Bryson author: Jason van Zyl author: Henning P. Schmiedehausen version: $Id: TemplateInfo.java 534527 2007-05-02 16:10:59Z tv $
getTemp(String name, Object def) Get an object from temporary storage, or a default value.
Parameters: name - A String with the name of the object. Parameters: def - An Object, the default value.
Get an object from temporary storage, or a default value.
Parameters: name - A String with the name of the object. Parameters: def - An Object, the default value. An Object.
Get the value of Template context. This will be cast to the
proper Context by its Service.
Parameters: name - The name of the template context. An Object with the Value of context.
Remove an object from the temporary storage.
Parameters: name - A String with the name of the object. The object that was removed or nullif the name was not a key.