ExtensionBundle

laika.bundle.ExtensionBundle$
See theExtensionBundle companion trait

Provides default ExtensionBundle instances.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Empty extends ExtensionBundle

An empty bundle

An empty bundle

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Empty.type

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

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

Attributes

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

Supertypes
class Object
trait Matchable
class Any