object BreadcrumbDirectives
Provides the implementation for the standard breadcrumb directives.
This includes the template and markup-block variants of this directive, which builds a navigation list from the root node of the input tree to the current document.
For full documentation see the section about the Breadcrumb Directive in the manual.
- Alphabetic
- By Inheritance
- BreadcrumbDirectives
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
case class
BreadcrumbBuilder(source: SourceFragment, options: Options = NoOpt) extends Element with BlockResolver with Product with Serializable
A block resolver that replaces itself with a navigation list from the root node of the input tree to the current document during AST transformations.
A block resolver that replaces itself with a navigation list from the root node of the input tree to the current document during AST transformations.
Serves as the implementation for the breadcrumb directive, but can also be inserted into the AST manually.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
lazy val
forBlocks: Blocks.Directive
Implementation of the
breadcrumb
directive for block elements in markup documents. -
lazy val
forTemplates: Templates.Directive
Implementation of the
breadcrumb
directive for templates. -
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated