RoutingBuilderImpl
An implementation of the RoutingBuilder interface for entry routes. Provides methods to define default content, metadata, views, and actions.
Functions
Link copied to clipboard
Adds a default content view for the entry route.
Link copied to clipboard
Adds default metadata for the entry route.
Link copied to clipboard
Returns the routing model constructed by this builder.
Link copied to clipboard
Adds a route for a numeric path segment.
Link copied to clipboard
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 unmatched routes.