Class CachingTemplateEngine<T>
java.lang.Object
io.vertx.ext.web.common.template.CachingTemplateEngine<T>
- All Implemented Interfaces:
TemplateEngine
- Author:
- Tim Fox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringadjustLocation(String location) voidClears any internal caches used by this engine.getTemplate(String filename) putTemplate(String filename, CachedTemplate<T> cachedTemplate) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TemplateEngine
render, render, unwrap
-
Field Details
-
extension
-
-
Constructor Details
-
CachingTemplateEngine
-
-
Method Details
-
getTemplate
-
putTemplate
-
adjustLocation
-
clearCache
public void clearCache()Description copied from interface:TemplateEngineClears any internal caches used by this engine. For most engines this means clearing the vert.x cache, implementations that do not use vert.x as a cache should clear their own cache.- Specified by:
clearCachein interfaceTemplateEngine
-