Package org.apache.flex.forks.velocity

Examples of org.apache.flex.forks.velocity.Template.initDocument()


    try
    {
      Template t = SerializedTemplateFactory.load(path + "s");
      t.setRuntimeServices(ve.getRuntimeServices());
      t.setName(path);
      t.initDocument();
      return t;
    }
    catch (Exception e)
    {
      // any problems here are catastrophic failures
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.