public class TemplateFactory extends Object
Modifier and Type | Method and Description |
---|---|
org.restlet.ext.freemarker.TemplateRepresentation |
getTemplateRepresentation(String templateName)
Gets the template representation for the template with specified name.
|
static TemplateFactory |
newInstance(org.restlet.Context context)
Creates a new instance of the TemplateFactory.
|
public static TemplateFactory newInstance(org.restlet.Context context)
context
- The Restlet context.public org.restlet.ext.freemarker.TemplateRepresentation getTemplateRepresentation(String templateName)
templateName
- The template name.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.