Class Routing::RouteHandler
A function that handles an incoming request.
Import path
import javascript
Direct supertypes
Indirect supertypes
Known direct subtypes
Fields
Predicates
getAContinuationInvocation | Gets a call that delegates the incoming request to the next route handler in the stack, usually a call of the form |
getAParameter | Gets a parameter of this route handler. |
getFunction | Gets the function implementing this route handler. |
getParameter | Gets the |
Inherited predicates
definitelyResumesDispatch | Like | from Node |
getAChild | Gets a child of this node in the routing tree. | from Node |
getFirstChild | Gets the first child of this node in the routing tree. | from Node |
getLastChild | Gets the last child of this node in the routing tree. | from Node |
getNextSibling | Gets the next sibling of this node in the routing tree. | from Node |
getOwnHttpMethod | Gets an HTTP method name which this node will accept, or nothing if the node accepts all HTTP methods, not taking into account the context from ancestors or children nodes. | from Node |
getParent | Gets the parent of this node in the routing tree. | from Node |
getPreviousSibling | Gets the previous sibling of this node in the routing tree. | from Node |
getRelativePath | Gets a path prefix to be matched against the path of incoming requests. | from Node |
getRootNode | Gets the root node of this node in the routing tree. | from Node |
getRouteInstallation | Gets a place where this route node is installed as a route handler. | from Node |
getValueImplicitlyStoredInAccessPath | Gets a node whose value can be accessed via the given access path on the | from Node |
hasLocationInfo | Holds if this element is at the specified location. The location spans column | from Node |
isGuardedBy | Holds if the middleware corresponding to | from Node |
isGuardedByNode | Holds if | from Node |
mayResumeDispatch | Holds if this node may invoke its continuation after having dispatched the request to its children, that is, the incoming request may be partially processed by this subtree, and subsequently passed on to the successor. | from Node |
toString | Gets a textual representation of this element. | from Node |