Package org.apache.velocity.app.tools

Examples of org.apache.velocity.app.tools.VelocityFormatter


      }
    }

    // Expose VelocityFormatter attribute.
    if (this.velocityFormatterAttribute != null) {
      velocityContext.put(this.velocityFormatterAttribute, new VelocityFormatter(velocityContext));
    }

    // Expose locale-aware DateTool/NumberTool attributes.
    if (this.dateToolAttribute != null || this.numberToolAttribute != null) {
      Locale locale = RequestContextUtils.getLocale(request);
View Full Code Here

TOP

Related Classes of org.apache.velocity.app.tools.VelocityFormatter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.