Class PebbleOptionsPrototype

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 void applyOptions​(com.mitchellbosecke.pebble.PebbleEngine.Builder builder)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • applyOptions

      public abstract void applyOptions​(com.mitchellbosecke.pebble.PebbleEngine.Builder builder)