StringRoutingBuilderImpl
An implementation of the StringRoutingBuilder interface for string routes. Provides methods to define views and actions for routes with string parameters.
Properties
Functions
Link copied to clipboard
Adds a route for a numeric path segment.
Link copied to clipboard
open override fun route(vararg path: String, routingBuilder: PlainRoutingBuilder.(RoutingContext) -> Unit)
Adds a route for the specified path.
Link copied to clipboard
Adds a route for a string path segment.
Link copied to clipboard
Adds a view for the route with a string parameter.