RockerViewModel

abstract class RockerViewModel : DefaultRockerModel, ViewModel(source)

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 fun render(): RockerOutput<*>?
open fun <O : RockerOutput<*>?> render(outputFactory: RockerOutputFactory<O?>?): O?
open fun <O : RockerOutput<*>?> render(outputFactory: RockerOutputFactory<O?>?, templateCustomizer: RockerTemplateCustomizer?): O?
Link copied to clipboard
open override fun template(): String