Package play.vfs

Examples of play.vfs.VirtualFile.contentAsString()


      return html;

    VirtualFile htmlFile = WidgetManager.findHTML(packageName(),
        widgetName());
    if (htmlFile != null) {
      html = htmlFile.contentAsString();
      Cache.set(key, html, "5mn");
      return html;
    }
    return defaultWidgetHTML();
  }
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.