Package org.apache.roller.pojos

Examples of org.apache.roller.pojos.WeblogTemplate


                // ignored ... considered page not found
            }
           
            // User doesn't have one so return the default
            if(page == null) {
                page = new WeblogTemplate("templates/weblog/popupcomments.vm", weblog,
                        "Comments", "Comments", "dummy_link",
                        "dummy_template", new Date(), "velocity", true, false, null);
            }
           
        // If request specified the page, then go with that
View Full Code Here

TOP

Related Classes of org.apache.roller.pojos.WeblogTemplate

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.