| Class | Description |
|---|---|
| CrafterCacheAwareConfiguration |
Extension of Freemarker's
Configuration that caches the result of getTemplate() in Crafter's own
cache, which handles key-based smart locking so that the same template is not compiled several times by concurrent
threads. |
| HttpRequestHashModel |
Just like
HttpRequestHashModel, but besides returning request attributes, it also
returns values for the following properties of the request:
scheme
serverName
serverPort
contextPath
servletPath
requestURI
queryString
|
| SiteContextHashModel |
Implementation of
TemplateHashModelEx to safely expose the SiteContext instance in templates |
Copyright © 2020 CrafterCMS. All rights reserved.