Uses of Interface
org.analogweb.RouteRegistry
-
Packages that use RouteRegistry Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of RouteRegistry in org.analogweb
Methods in org.analogweb that return RouteRegistry Modifier and Type Method Description RouteRegistry
Application. getRouteRegistry()
ObtainRouteRegistry
. -
Uses of RouteRegistry in org.analogweb.core
Classes in org.analogweb.core that implement RouteRegistry Modifier and Type Class Description class
DefaultRouteRegistry
Methods in org.analogweb.core that return RouteRegistry Modifier and Type Method Description protected RouteRegistry
WebApplication. createRouteRegistry(List<InvocationMetadataFactory> factories, ApplicationProperties properties, ContainerAdaptor instanceProvider)
RouteRegistry
WebApplication. getRouteRegistry()
Methods in org.analogweb.core with parameters of type RouteRegistry Modifier and Type Method Description protected void
WebApplication. setRouteRegistry(RouteRegistry registry)
-