pebble-scala
pebble-scala
com.sfxcode.templating.pebble
BuildInfo
ScalaPebbleEngine
com.sfxcode.templating.pebble.extension
ScalaExtension
ScalaResolver
com.sfxcode.templating.pebble.extension.node
DoNode
ScalaForNode
ArrayIterable
com.sfxcode.templating.pebble.extension.test
EmptyTest
EmptyTest
IterableTest
IterableTest
MapTest
MapTest
com.sfxcode.templating.pebble.extension.tokenParser
DoTokenParser
DoTokenParser
ForTokenParser
ForTokenParser
pebble-scala
/
com.sfxcode.templating.pebble
/
ScalaPebbleEngine
ScalaPebbleEngine
case
class
ScalaPebbleEngine
(useStringLoader:
Boolean
, globalContext:
Map
[
String
,
AnyRef
])
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
evaluate
(writer:
Writer
, template:
String
, context:
Map
[
String
,
AnyRef
], locale:
Locale
):
Writer
def
evaluateToString
(template:
String
, context:
Map
[
String
,
AnyRef
], locale:
Locale
):
String
def
getBuilder
:
Builder
def
getEngine
:
PebbleEngine
def
loadTemplate
(template:
String
):
PebbleTemplate
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from
Product