RendererSpecificPage

interface RendererSpecificPage : PageNode

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
modified
Link copied to clipboard
abstract fun modified(name: String = this.name, children: List<PageNode> = this.children): PageNode
toString
Link copied to clipboard
open fun toString(): String

Properties

children
Link copied to clipboard
abstract override val children: List<PageNode>
name
Link copied to clipboard
abstract val name: String
strategy
Link copied to clipboard
abstract val strategy: RenderingStrategy

Inheritors

RendererSpecificRootPage
Link copied to clipboard
RendererSpecificResourcePage
Link copied to clipboard