public interface TemplateEngineManager
Modifier and Type | Method and Description |
---|---|
Set<String> |
getContentTypes()
Returns a set of the registered template engine content types.
|
TemplateEngine |
getTemplateEngineForContentType(String contentType)
Find the template engine for the given content type
|
Set<String> getContentTypes()
TemplateEngine getTemplateEngineForContentType(String contentType)
contentType
- The content typeCopyright © 2019 ninjaframework. All rights reserved.