PostRendererResource

sealed interface PostRendererResource

Strategy that determines what OutputResources are exported as part of the HTML output.

Implementations of this interface are responsible for collecting and adding specific types of resources (e.g., themes, scripts, media) to the output.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun includeTo(resources: MutableSet<OutputResource>, rendered: CharSequence)

Collects resources and adds them to the output set.