Package play.mvc
Interface Controller.ITemplateNameResolver
-
- Enclosing class:
- Controller
public static interface Controller.ITemplateNameResolver
This 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.String
resolveTemplateName(java.lang.String templateName)
Return the template path given a template name.
-