PathTranslator

laika.api.bundle.PathTranslator
See thePathTranslator companion trait

Builders that apply additional functionality to existing path translator instances.

Attributes

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

Members list

Value members

Concrete methods

Creates a new translator instance that behaves exactly like the specified translator except for ignoring all version configuration.

Creates a new translator instance that behaves exactly like the specified translator except for ignoring all version configuration.

Attributes

Source
PathTranslator.scala

Creates a new translator instance that applies the specified path translator function after invoking the base translator.

Creates a new translator instance that applies the specified path translator function after invoking the base translator.

Attributes

Source
PathTranslator.scala

Creates a new translator instance that applies the specified path translator function before invoking the base translator.

Creates a new translator instance that applies the specified path translator function before invoking the base translator.

Attributes

Source
PathTranslator.scala

Concrete fields

Path translator implementation that returns all paths unmodified.

Path translator implementation that returns all paths unmodified.

Used in scenarios where only a single document gets rendered and there is no use case for cross references or static or versioned documents.

Attributes

Source
PathTranslator.scala