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

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


    // 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());
    registerFunction("string.find", new FindFunction());
View Full Code Here

TOP

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

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.