Package org.apache.ecs.html

Examples of org.apache.ecs.html.Title.addElement()


        }
        else
        {
            cachedTitle = intitle;
        }
        title.addElement(intitle);
        return this;
    }

    /**
     * Get the title in the page.  This returns an empty String if
View Full Code Here


     */
    public TemplateModel exec(List args)
        throws TemplateModelException
    {
        Title title = data.getPage().getTitle();
        title.addElement((String)args.get(0));
        return new SimpleScalar("");
    }

    /**
     * Required method in TemplateMethodModel, not implemented.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.