| Package | Description |
|---|---|
| net.codestory.http.compilers | |
| net.codestory.http.templating |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
Compilers.compile(java.nio.file.Path path,
java.lang.String content) |
CacheEntry |
CompilerFacade.compile(java.nio.file.Path path,
java.lang.String content) |
static CacheEntry |
CacheEntry.fromFile(java.io.File file) |
static CacheEntry |
CacheEntry.fromString(java.lang.String content) |
static CacheEntry |
CacheEntry.noCache(java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
Template.render(java.util.Map<java.lang.String,?> keyValues,
CompilerFacade compilerFacade) |
Copyright © 2014. All Rights Reserved.