| Interface | Description |
|---|---|
| Loader<T> |
Interface used to find templates for Pebble.
|
| Class | Description |
|---|---|
| ClasspathLoader |
Uses a classloader to find templates located on the classpath.
|
| DelegatingLoader |
This loader will delegate control to a list of children loaders.
|
| DelegatingLoaderCacheKey |
The delegating loader cache key is used as the cache key for
DelegatingLoader. |
| FileLoader |
This loader searches for a file located anywhere on the filesystem.
|
| ServletLoader |
Loader that uses a servlet context to find templates.
|
| StringLoader |
This loader is not intended to be used in a production system; it is primarily for testing and
debugging.
|
Copyright © 2019. All rights reserved.