Package com.google.clearsilver.jsilver.functions.structure

Examples of com.google.clearsilver.jsilver.functions.structure.LastFunction


    super.setupDefaultFunctions();

    // Structure functions.
    registerFunction("subcount", new SubcountFunction());
    registerFunction("first", new FirstFunction());
    registerFunction("last", new LastFunction());

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

    // Numeric functions.
View Full Code Here

TOP

Related Classes of com.google.clearsilver.jsilver.functions.structure.LastFunction

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.