diff options
Diffstat (limited to 'api/pl.treksoft.kvision.remote/-k-v-controller')
4 files changed, 37 insertions, 16 deletions
diff --git a/api/pl.treksoft.kvision.remote/-k-v-controller/application-context.html b/api/pl.treksoft.kvision.remote/-k-v-controller/application-context.html new file mode 100644 index 00000000..7d5b1bb8 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-controller/application-context.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>KVController.applicationContext - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">KVController</a> / <a href="./application-context.html">applicationContext</a><br/> +<br/> +<h1>applicationContext</h1> +<a name="pl.treksoft.kvision.remote.KVController$applicationContext"></a> +<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">applicationContext</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.remote/-k-v-controller/index.html b/api/pl.treksoft.kvision.remote/-k-v-controller/index.html index 40ced1a9..20a36779 100644 --- a/api/pl.treksoft.kvision.remote/-k-v-controller/index.html +++ b/api/pl.treksoft.kvision.remote/-k-v-controller/index.html @@ -26,10 +26,17 @@ <tbody> <tr> <td> -<p><a href="kv-server.html">kvServer</a></p> +<p><a href="application-context.html">applicationContext</a></p> </td> <td> -<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">kvServer</span><span class="symbol">: </span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a></code></td> +<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">applicationContext</span><span class="symbol">: </span><span class="identifier"><ERROR CLASS></span></code></td> +</tr> +<tr> +<td> +<p><a href="services.html">services</a></p> +</td> +<td> +<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">services</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../-k-v-service-manager/index.html"><span class="identifier">KVServiceManager</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">></span></code></td> </tr> </tbody> </table> diff --git a/api/pl.treksoft.kvision.remote/-k-v-controller/kv-server.html b/api/pl.treksoft.kvision.remote/-k-v-controller/kv-server.html deleted file mode 100644 index f47e94f8..00000000 --- a/api/pl.treksoft.kvision.remote/-k-v-controller/kv-server.html +++ /dev/null @@ -1,14 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>KVController.kvServer - kvision</title> -<link rel="stylesheet" href="../../../style.css"> -</HEAD> -<BODY> -<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">KVController</a> / <a href="./kv-server.html">kvServer</a><br/> -<br/> -<h1>kvServer</h1> -<a name="pl.treksoft.kvision.remote.KVController$kvServer"></a> -<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">kvServer</span><span class="symbol">: </span><a href="../-k-v-server/index.html"><span class="identifier">KVServer</span></a></code> -</BODY> -</HTML> diff --git a/api/pl.treksoft.kvision.remote/-k-v-controller/services.html b/api/pl.treksoft.kvision.remote/-k-v-controller/services.html new file mode 100644 index 00000000..15d401c6 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-controller/services.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>KVController.services - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.remote</a> / <a href="index.html">KVController</a> / <a href="./services.html">services</a><br/> +<br/> +<h1>services</h1> +<a name="pl.treksoft.kvision.remote.KVController$services"></a> +<code><span class="keyword">lateinit</span> <span class="keyword">var </span><span class="identifier">services</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol"><</span><a href="../-k-v-service-manager/index.html"><span class="identifier">KVServiceManager</span></a><span class="symbol"><</span><span class="identifier">*</span><span class="symbol">></span><span class="symbol">></span></code> +</BODY> +</HTML> |