On Thursday, March 21, 2002, at 09:59  AM, Brian French wrote:

> does anyone know where i could find a list of standard velocity tools 
> and how to use them in the velocity templates?
> example:
>
> $page.setTitle($pageTitle)

In TurbineResources.properties you will find all the pull
tools that are configured by default.  The properties all
start with 'tool'.  For example, $page is configured in
TurbineResources.properties as follows:

tool.request.page=org.apache.turbine.util.template.TemplatePageAttributes

Several are listed there, and if you want to know what they
do, look at the javadocs or source code for the class
(ie. org.apache.turbine.util.template.TemplatePageAttributes).

-Eric

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to