Package org.apache.roller.util

Examples of org.apache.roller.util.UtilitiesModel


           
            // Build context with current date
            VelocityContext context = new VelocityContext();
            context.put("date", new Date());
            // TODO fix: Use one utilities model and not one of the below
            context.put("utils", new UtilitiesModel());
            context.put("utilities", new OldUtilities());
            context.put("planet", new StaticPlanetModel());
           
            // Ensure that output directories exists, one for each group
            File outputDirObj = new File(outputDir);
View Full Code Here

TOP

Related Classes of org.apache.roller.util.UtilitiesModel

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.