Package com.google.clearsilver.jsilver.functions.numeric

Examples of com.google.clearsilver.jsilver.functions.numeric.AbsFunction


    // Deprecated - but here for ClearSilver compatibility.
    registerFunction("len", new SubcountFunction());

    // Numeric functions.
    registerFunction("abs", new AbsFunction());
    registerFunction("max", new MaxFunction());
    registerFunction("min", new MinFunction());

    // String functions.
    registerFunction("string.slice", new SliceFunction());
View Full Code Here

TOP

Related Classes of com.google.clearsilver.jsilver.functions.numeric.AbsFunction

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.