Hi Scott, I am interrested because I ve wrote my own one. I ve put it in the attachment. Feel free to pick anything if you thing that it is interresting. However, some of them are not optimized.
Kind Regards, Thomas
package com.bobo.tools; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.turbine.services.pull.ApplicationTool; import com.bobo.utils.lang.String2ReplaceUtils; /** * A String tool that makes available * - org.apache.commons.lang.StringUtils * - com.bobo.utils.lang.String2ReplaceUtils * in Velocity templates * * @author tung * */ public class StringTool extends String2ReplaceUtils implements ApplicationTool { private static final Log log = LogFactory.getLog(StringTool.class); public void init(Object obj) { log.debug("Initializing tool"); } public void refresh() { } }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]