Router class abstract

Routing Handler

Implemented types
Annotations

Constructors

Router()

Properties

allActions SubtypesOf<HttpAction>
no setter
hashCode int
The hash code for this object.
no setterinherited
root RouteNode
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAction(String className, HttpRequest request, List<String> pathArgs) HttpAction
getForRequest(HttpRequest request) HttpAction?
mapPathToClassName(List<String> pathSegments) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
plugin<T>() → T
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited