toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-template-pug4j
/
org.http4k.template
/
Pug4jTemplates
Pug4j
Templates
class
Pug4jTemplates
(
configure
:
PugConfiguration
=
PugConfiguration()
)
:
Templates
Pug4j templating support. Use the function in the constructor to configure the instance.
Members
Constructors
Pug4j
Templates
Link copied to clipboard
constructor
(
configure
:
PugConfiguration
=
PugConfiguration()
)
Functions
Caching
Link copied to clipboard
open
override
fun
Caching
(
baseTemplateDir
:
String
)
:
TemplateRenderer
Caching
Classpath
Link copied to clipboard
open
override
fun
CachingClasspath
(
baseClasspathPackage
:
String
)
:
TemplateRenderer
Hot
Reload
Link copied to clipboard
open
override
fun
HotReload
(
baseTemplateDir
:
String
)
:
(
ViewModel
)
->
String