RockerViewModel

abstract class RockerViewModel : DefaultRockerModel, ViewModel

Use this class as the extension class for all Template classes in the Rocker generation step

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun render(): RockerOutput<RockerOutput<*>>
open override fun <O : RockerOutput<RockerOutput<*>>> render(p0: RockerOutputFactory<O>): O
open override fun <O : RockerOutput<RockerOutput<*>>> render(p0: RockerOutputFactory<O>, p1: RockerTemplateCustomizer): O
Link copied to clipboard
open override fun template(): String
Link copied to clipboard
open override fun toString(): String