Context-specific objects for manipulating Velocity pages
The rendering context is a set of objects made available to the Velocity template. You
can access the members of these objects in a template using the standard Velocity syntax.
ArrayTool
This is necessary because Velocity does not provide accessors into arrays and some of the API calls will return SoapNamedValues objects that have two matching arrays of name and value.