com.liferay.portal.kernel.template
Interface TemplateManager
- All Known Implementing Classes:
- FreeMarkerManager, VelocityManager
public interface TemplateManager
FREEMARKER
static final String FREEMARKER
- See Also:
- Constant Field Values
VELOCITY
static final String VELOCITY
- See Also:
- Constant Field Values
destroy
void destroy()
destroy
void destroy(ClassLoader classLoader)
getName
String getName()
getTemplate
Template getTemplate(TemplateResource templateResource,
TemplateContextType templateContextType)
getTemplate
Template getTemplate(TemplateResource templateResource,
TemplateResource errorTemplateResource,
TemplateContextType templateContextType)
init
void init()
throws TemplateException
- Throws:
TemplateException