kobweb
Toggle table of contents
0.21.1
jvm
Platform filter
jvm
Switch theme
Search in API
kobweb
application
/
com.varabyte.kobweb.gradle.application.tasks
/
KobwebGenSiteEntryConfInputs
Kobweb
Gen
Site
Entry
Conf
Inputs
class
KobwebGenSiteEntryConfInputs
(
val
redirects
:
List
<
KobwebGenSiteEntryConfInputs.Redirect
>
)
(
source
)
Members
Constructors
Kobweb
Gen
Site
Entry
Conf
Inputs
Link copied to clipboard
constructor
(
kobwebConf
:
KobwebConf
)
constructor
(
redirects
:
List
<
KobwebGenSiteEntryConfInputs.Redirect
>
)
Types
Redirect
Link copied to clipboard
class
Redirect
(
val
from
:
String
,
val
to
:
String
)
Properties
redirects
Link copied to clipboard
val
redirects
:
List
<
KobwebGenSiteEntryConfInputs.Redirect
>