object BundleOrigin

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BundleOrigin
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. object Library extends BundleOrigin with Product with Serializable

    Indicates that the extension bundle is a built-in extension provided by Laika.

    Indicates that the extension bundle is a built-in extension provided by Laika.

    Internally Laika uses its own extension hooks to provide non-standard functionality like its directive syntax. Keeping it in extensions means these features can be disabled when run in strict mode.

  20. object Mixed extends BundleOrigin with Product with Serializable

    Indicates that a bundle has been merged from multiple individual bundles with different origins.

    Indicates that a bundle has been merged from multiple individual bundles with different origins. This would normally not occur before the final step in a parse or transform operation when the final bundle is merged internally from all the individual bundles.

  21. object Parser extends BundleOrigin with Product with Serializable

    Indicates that the extension bundle is provided by a parser for markup format.

    Indicates that the extension bundle is provided by a parser for markup format.

    A parser may either provide a feature as a bundle to allow the user to disable it, e.g. support for raw content in the output format which might be security risk when entered by the user.

    Another scenario is a parser that needs to supply custom renderers as its parsers produce AST nodes which are not known by the built-in renderers.

  22. object Theme extends BundleOrigin with Product with Serializable

    Indicates that the extension bundle is provided by a theme.

    Indicates that the extension bundle is provided by a theme.

    A theme usually focuses on pre-populating the input tree with templates, styles and configuration, but may in addition also decide to offer lower-level extensions such as custom directives or extensions to markup syntax.

  23. object User extends BundleOrigin with Product with Serializable

    Indicates that the extension bundle has been provided by the user.

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped