interface TemplateResolver
Interface for resolving templates
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract URL |
resolveTemplate(String path)Resolves the URL to a template using the given path |
|
abstract Class<? extends Template> |
resolveTemplateClass(String path)Resolves a template class for the path |
|
abstract Class<? extends Template> |
resolveTemplateClass(String packageName, String path)Resolves a template class for the path |
Resolves the URL to a template using the given path
path - The pathResolves a template class for the path
path - The path