| Package | Description |
|---|---|
| com.mitchellbosecke.pebble | |
| com.mitchellbosecke.pebble.loader |
| Modifier and Type | Method and Description |
|---|---|
Loader<?> |
PebbleEngine.getLoader()
Returns the loader
|
| Modifier and Type | Method and Description |
|---|---|
PebbleEngine.Builder |
PebbleEngine.Builder.loader(Loader<?> loader)
Sets the loader used to find templates.
|
| 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
This loader is not intended to be used in a production system; it is primarily for testing and
debugging.
|
| Constructor and Description |
|---|
DelegatingLoader(List<Loader<?>> loaders)
Constructor provided with a list of children loaders.
|
Copyright © 2019. All rights reserved.