Uses of Class
com.morpheusdata.web.Route
Packages that use Route
-
Uses of Route in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type Route -
Uses of Route in com.morpheusdata.web
Methods in com.morpheusdata.web that return RouteModifier and TypeMethodDescriptionstatic RouteRoute.build(String url, String method, Permission permission) Helper to build a Route with just one permission to check.static RouteRoute.build(String url, String method, List<Permission> permissions) Helper to build a Route with a list of permissions to check.Methods in com.morpheusdata.web that return types with arguments of type Route