| Package | Description |
|---|---|
| com.mitchellbosecke.pebble | |
| com.mitchellbosecke.pebble.extension | |
| com.mitchellbosecke.pebble.extension.core | |
| com.mitchellbosecke.pebble.template |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Test> |
PebbleEngine.getTests() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Test> |
Extension.getTests()
Use this method to provide custom tests.
|
Map<String,Test> |
AbstractExtension.getTests() |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyTest |
class |
EvenTest |
class |
IterableTest |
class |
MapTest |
class |
NullTest |
class |
OddTest |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Test> |
CoreExtension.getTests() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Test> |
EvaluationContext.getTests() |
| Constructor and Description |
|---|
EvaluationContext(PebbleTemplateImpl self,
boolean strictVariables,
Locale locale,
Map<String,Filter> filters,
Map<String,Test> tests,
Map<String,Function> functions,
ExecutorService executorService,
ScopeChain scopeChain,
InheritanceChain inheritanceChain)
Constructor used to provide all final variables.
|
Copyright © 2015. All rights reserved.