Interface TemplateResolver
-
- All Known Implementing Classes:
PathTemplateResolver
@Deprecated(since="6.5", forRemoval=true) public interface TemplateResolverDeprecated, for removal: This API element is subject to removal in a future version.since 6.5Gets a template on basis of its id- See Also:
TemplateResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.io.InputStreamresolveTemplate(java.lang.String templateId)Deprecated, for removal: This API element is subject to removal in a future version.Gets a template identified by provided id
-
-
-
Method Detail
-
resolveTemplate
java.io.InputStream resolveTemplate(java.lang.String templateId) throws java.io.IOExceptionDeprecated, for removal: This API element is subject to removal in a future version.Gets a template identified by provided id- Parameters:
templateId- identity of template- Returns:
- template
- Throws:
java.io.IOException
-
-