| Interface | Description |
|---|---|
| Loader |
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.
|
| FileLoader |
This loader searches for a file located anywhere on the filesystem.
|
| ServletLoader |
Loader that uses a servlet context to find templates.
|
| StringLoader |
Copyright © 2015. All rights reserved.