Uses of Class
org.teamapps.ux.session.navigation.Route
Packages that use Route
-
Uses of Route in org.teamapps.ux.session.navigation
Fields in org.teamapps.ux.session.navigation declared as RouteMethods in org.teamapps.ux.session.navigation that return RouteModifier and TypeMethodDescriptionstatic RouteRoute.create()static RouteRoute.fromLocation(Location location) RelativeRouteInfo.getRoute()static RouteRoute.withPathPrefix(String pathPrefix) Route.withPathSuffix(String pathSuffix) Route.withQueryParam(String key, String value) Route.withQueryParams(Map<String, String> queryParams) Methods in org.teamapps.ux.session.navigation with parameters of type RouteMethod parameters in org.teamapps.ux.session.navigation with type arguments of type RouteModifier and TypeMethodDescriptionRouter.setRouteSupplier(Supplier<Route> supplier) Router.setRouteSupplier(Supplier<Route> supplier, NavigationHistoryOperation changeOperation) Constructors in org.teamapps.ux.session.navigation with parameters of type RouteModifierConstructorDescriptionRelativeRouteInfo(Route route, boolean pathChangeWorthStatePush, Set<String> queryParamNamesWorthStatePush)