我想知道是否有任何方法可以使用 playframework2 动态加载模板,而 scala 使用反射。在 play 1.xi 曾经做过如下的事情:
public static void template(String templateName) {
renderTemplate("templateName");
}
无论如何我可以使用play2.x实现同样的事情吗?
Java示例/解决方案将不胜感激
我想知道是否有任何方法可以使用 playframework2 动态加载模板,而 scala 使用反射。在 play 1.xi 曾经做过如下的事情:
public static void template(String templateName) {
renderTemplate("templateName");
}
无论如何我可以使用play2.x实现同样的事情吗?
Java示例/解决方案将不胜感激