blob: dd462c329ba6d697a61473d02d0f32274d28a040 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>Routing - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.routing</a> / <a href="./index.html">Routing</a><br/>
<br/>
<h1>Routing</h1>
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Routing</span></code>
<p>A helper class for Navigo JavaScript router.</p>
<h3>Constructors</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-init-.html"><init></a></p>
</td>
<td>
<code><span class="identifier">Routing</span><span class="symbol">(</span><span class="symbol">)</span></code>
<p>A helper class for Navigo JavaScript router.</p>
</td>
</tr>
</tbody>
</table>
<h3>Companion Object Functions</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="shutdown.html">shutdown</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">shutdown</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>Shutdown default routing.</p>
</td>
</tr>
<tr>
<td>
<p><a href="start.html">start</a></p>
</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">start</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
<p>Init default routing.</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|