Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- abstractionChain() - Method in record class dev.relism.flash.ext.routeviewer.model.RouteRecord
-
Returns the value of the
abstractionChainrecord component. - add(RouteEvent) - Method in class dev.relism.flash.ext.routeviewer.model.RouteGraph
-
Called once per route by the
RouteListener.
C
- configure(FlashRegistrar<?>, FlashContext) - Method in class dev.relism.flash.ext.routeviewer.RouteViewerExtension
D
- DEFAULT_PATH - Static variable in class dev.relism.flash.ext.routeviewer.RouteViewerExtension
- dev.relism.flash.ext.routeviewer - package dev.relism.flash.ext.routeviewer
- dev.relism.flash.ext.routeviewer.model - package dev.relism.flash.ext.routeviewer.model
E
- Endpoints registered - Search tag in class dev.relism.flash.ext.routeviewer.RouteViewerExtension
- Section
- equals(Object) - Method in record class dev.relism.flash.ext.routeviewer.model.RouteRecord
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class dev.relism.flash.ext.routeviewer.model.RouterNode
-
Indicates whether some other object is "equal to" this one.
- event() - Method in record class dev.relism.flash.ext.routeviewer.model.RouteRecord
-
Returns the value of the
eventrecord component.
F
- from(RouteEvent) - Static method in record class dev.relism.flash.ext.routeviewer.model.RouteRecord
-
Builds a
RouteRecordfrom a rawRouteEvent.
H
- hashCode() - Method in record class dev.relism.flash.ext.routeviewer.model.RouteRecord
-
Returns a hash code value for this object.
- hashCode() - Method in record class dev.relism.flash.ext.routeviewer.model.RouterNode
-
Returns a hash code value for this object.
I
- isChildOf(RouterNode) - Method in record class dev.relism.flash.ext.routeviewer.model.RouterNode
-
Returns
trueifotheris a direct or indirect parent of this node.
M
- middlewareNames() - Method in record class dev.relism.flash.ext.routeviewer.model.RouteRecord
-
Returns the value of the
middlewareNamesrecord component.
N
- namespace() - Method in record class dev.relism.flash.ext.routeviewer.model.RouterNode
-
Returns the value of the
namespacerecord component. - nodes() - Method in class dev.relism.flash.ext.routeviewer.model.RouteGraph
-
Returns the route graph as an ordered list of
RouterNodes, sorted from shortest namespace to longest (root first, deepest last).
P
- pointcuts() - Method in record class dev.relism.flash.ext.routeviewer.model.RouteRecord
-
Returns the value of the
pointcutsrecord component.
R
- RouteGraph - Class in dev.relism.flash.ext.routeviewer.model
-
Accumulates
RouteEvents at boot time and organizes them into an ordered list ofRouterNodes for rendering. - RouteGraph() - Constructor for class dev.relism.flash.ext.routeviewer.model.RouteGraph
- RouteRecord - Record Class in dev.relism.flash.ext.routeviewer.model
-
Enriched snapshot of a single registered route.
- RouteRecord(RouteEvent, List<String>, List<String>, List<String>) - Constructor for record class dev.relism.flash.ext.routeviewer.model.RouteRecord
-
Creates an instance of a
RouteRecordrecord class. - RouterNode - Record Class in dev.relism.flash.ext.routeviewer.model
-
A node in the route graph representing a single router instance.
- RouterNode(String, String, List<RouteRecord>) - Constructor for record class dev.relism.flash.ext.routeviewer.model.RouterNode
-
Creates an instance of a
RouterNoderecord class. - routerType() - Method in record class dev.relism.flash.ext.routeviewer.model.RouterNode
-
Returns the value of the
routerTyperecord component. - routes() - Method in record class dev.relism.flash.ext.routeviewer.model.RouterNode
-
Returns the value of the
routesrecord component. - RouteViewerExtension - Class in dev.relism.flash.ext.routeviewer
-
Mounts an interactive route-graph viewer at a configurable HTTP endpoint.
- RouteViewerExtension() - Constructor for class dev.relism.flash.ext.routeviewer.RouteViewerExtension
-
Installs the viewer at "/routeviewer".
- RouteViewerExtension(String) - Constructor for class dev.relism.flash.ext.routeviewer.RouteViewerExtension
-
Installs the viewer at a custom path.
T
- toString() - Method in record class dev.relism.flash.ext.routeviewer.model.RouteRecord
-
Returns a string representation of this record class.
- toString() - Method in record class dev.relism.flash.ext.routeviewer.model.RouterNode
-
Returns a string representation of this record class.
- totalRoutes() - Method in class dev.relism.flash.ext.routeviewer.model.RouteGraph
-
Total number of registered routes across all routers.
All Classes and Interfaces|All Packages|Constant Field Values