Liking cljdoc? Tell your friends :D

jte-clj.engine


content-typesclj

source

createclj

(create resolver)
(create resolver content-type)

Thread-safe object

Thread-safe object
sourceraw docstring

create-precompiledclj

(create-precompiled class-dir)
(create-precompiled class-dir content-type)
source

generate-sourcesclj

(generate-sources {:keys [source-dir target-dir content-type
                          trim-control-structures? preserve-html-comments?
                          html-tags package-name extensions]
                   :or {target-dir "src/java"
                        preserve-html-comments? true
                        trim-control-structures? true
                        content-type :template/plain
                        html-tags []}})

Compiles all .jte files in <source-dir> to .java files into <target-dir> (defaults to 'src/java/<package-name>'). This fn was ported from jte-maven-plugin.

Compiles all .jte files in <source-dir>
to .java files into <target-dir> (defaults to
'src/java/<package-name>'). This fn was
 ported from `jte-maven-plugin`.
sourceraw docstring

resolver*clj

(resolver* x)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close