Uses of Class
jmri.server.web.spi.AngularRoute
-
Packages that use AngularRoute Package Description jmri.server.web.app jmri.server.web.spi -
-
Uses of AngularRoute in jmri.server.web.app
Methods in jmri.server.web.app that return types with arguments of type AngularRoute Modifier and Type Method Description java.util.Set<AngularRoute>
JsonManifest. getAngularRoutes()
-
Uses of AngularRoute in jmri.server.web.spi
Methods in jmri.server.web.spi that return types with arguments of type AngularRoute Modifier and Type Method Description java.util.Set<AngularRoute>
WebManifest. getAngularRoutes()
Get the Angular routes supported by the servlet associated with the manifest.
-