ExtensionBundle

laika.api.bundle.ExtensionBundle
See theExtensionBundle companion trait

Provides default ExtensionBundle instances.

Attributes

Companion
trait
Source
ExtensionBundle.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Bundle containing Laika defaults which is included automatically in all operations.

Bundle containing Laika defaults which is included automatically in all operations.

Attributes

Source
ExtensionBundle.scala
Supertypes
class Object
trait Matchable
class Any
Self type
class PathTranslatorExtensionContext(val baseTranslator: PathTranslator, val outputContext: OutputContext, val config: Config)

The context that is provided to builders for path translator extensions.

The context that is provided to builders for path translator extensions.

Value parameters

baseTranslator

the internal path translator that can be used for delegating most translation steps to

config

the complete user configuration for the current transformation

outputContext

the context for the output format the translator is used for (since translators are different per render format)

Attributes

Source
ExtensionBundle.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete fields

An empty bundle.

An empty bundle.

Attributes

Source
ExtensionBundle.scala