blob: 47e75992b5211c078b097f4578f48db77561b8a0 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright 2003-2004 The Apache Software Foundation.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
$Id: toolbox.xml,v 1.1 2004/05/11 17:18:49 baudrate Exp $
-->
<toolbox>
<tool>
<key>math</key>
<scope>application</scope>
<class>org.apache.velocity.tools.generic.MathTool</class>
</tool>
<tool>
<key>link</key>
<class>org.apache.velocity.tools.struts.StrutsLinkTool</class>
</tool>
<!-- ordinarily the SecureLinkTool would simply replace the StrutsLinkTool
if SSL Ext. is in use - in that case the key would be 'link' but it's
'slink' here to distinguish between the two. -->
<tool>
<key>slink</key>
<class>org.apache.velocity.tools.struts.SecureLinkTool</class>
</tool>
<tool>
<key>text</key>
<class>org.apache.velocity.tools.struts.MessageTool</class>
</tool>
<tool>
<key>errors</key>
<class>org.apache.velocity.tools.struts.ErrorsTool</class>
</tool>
<tool>
<key>messages</key>
<class>org.apache.velocity.tools.struts.ActionMessagesTool</class>
</tool>
<tool>
<key>form</key>
<class>org.apache.velocity.tools.struts.FormTool</class>
</tool>
<tool>
<key>tiles</key>
<class>org.apache.velocity.tools.struts.TilesTool</class>
</tool>
<tool>
<key>validator</key>
<class>org.apache.velocity.tools.struts.ValidatorTool</class>
</tool>
</toolbox>