kvision / pl.treksoft.kvision.remote / KVController

KVController

open class KVController

Controller for handling automatic routes.

Constructors

<init>

KVController()

Controller for handling automatic routes.

Properties

applicationContext

lateinit var applicationContext: <ERROR CLASS>

services

lateinit var services: List<KVServiceManager<*>>

Functions

kVMapping

open fun kVMapping(req: <ERROR CLASS>, res: <ERROR CLASS>): Unit

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.