class Webjars
This feature listens to requests starting with the specified path prefix and responding with static content packaged into webjars. A WebJarAssetLocator is used to look for static files.
class Configuration
Feature configuration. |
|
companion object Feature : ApplicationFeature<ApplicationCallPipeline, Configuration, Webjars>
Feature installation companion. |
Webjars(configuration: Configuration) |
val key: AttributeKey<Webjars> |
fun install(pipeline: ApplicationCallPipeline, configure: Configuration.() -> Unit): Webjars |