Package org.webpieces.templating.impl
Class AbstractTemplateService
java.lang.Object
org.webpieces.templating.impl.AbstractTemplateService
- All Implemented Interfaces:
TemplateService
- Direct Known Subclasses:
ProdTemplateService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloadAndRunTemplate(String templatePath, StringWriter out, Map<String, Object> pageArgs) protected abstract voidloadAndRunTemplateImpl(String templatePath, StringWriter out, Map<String, Object> pageArgs) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.webpieces.templating.api.TemplateService
install, loadAndRunTemplate
-
Constructor Details
-
AbstractTemplateService
public AbstractTemplateService()
-
-
Method Details
-
loadAndRunTemplate
- Specified by:
loadAndRunTemplatein interfaceTemplateService
-
loadAndRunTemplateImpl
protected abstract void loadAndRunTemplateImpl(String templatePath, StringWriter out, Map<String, Object> pageArgs)
-