Package play.mvc
Interface Controller.ITemplateNameResolver
-
- Enclosing class:
- Controller
public static interface Controller.ITemplateNameResolverThis allow people that implements their own template engine to override the way template are resolved.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringresolveTemplateName(java.lang.String templateName)Return the template path given a template name.
-