| Package | Description |
|---|---|
| com.mitchellbosecke.pebble | |
| com.mitchellbosecke.pebble.loader |
| Modifier and Type | Method and Description |
|---|---|
Loader |
PebbleEngine.getLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
PebbleEngine.setLoader(Loader loader) |
| Constructor and Description |
|---|
PebbleEngine(Loader loader)
Constructor for the Pebble Engine given an instantiated Loader.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathLoader
Uses a classloader to find templates located on the classpath.
|
class |
DelegatingLoader
This loader will delegate control to a list of children loaders.
|
class |
FileLoader
This loader searches for a file located anywhere on the filesystem.
|
class |
ServletLoader
Loader that uses a servlet context to find templates.
|
class |
StringLoader |
| Constructor and Description |
|---|
DelegatingLoader(List<Loader> loaders)
Constructor provided with a list of children loaders.
|
Copyright © 2015. All rights reserved.