java.lang.Object
colesico.framework.pebble.PebbleOptionsPrototype
@ConfigPrototype(model=POLYVARIANT)
public abstract class PebbleOptionsPrototype
extends java.lang.Object
This config is used to set pebble engine building options
- Author:
- Vladlen Larionov
-
Constructor Summary
Constructors Constructor Description PebbleOptionsPrototype() -
Method Summary
Modifier and Type Method Description abstract voidapplyOptions(com.mitchellbosecke.pebble.PebbleEngine.Builder builder)
-
Constructor Details
-
PebbleOptionsPrototype
public PebbleOptionsPrototype()
-
-
Method Details
-
applyOptions
public abstract void applyOptions(com.mitchellbosecke.pebble.PebbleEngine.Builder builder)
-