Uses of Class
org.exoplatform.commons.notification.net.router.ExoRouter.Route
-
Packages that use ExoRouter.Route Package Description org.exoplatform.commons.notification.net.router -
-
Uses of ExoRouter.Route in org.exoplatform.commons.notification.net.router
Fields in org.exoplatform.commons.notification.net.router with type parameters of type ExoRouter.Route Modifier and Type Field Description static List<ExoRouter.Route>ExoRouter. routesAll the loaded routes.Methods in org.exoplatform.commons.notification.net.router that return ExoRouter.Route Modifier and Type Method Description static ExoRouter.RouteExoRouter. getRoute(String path, String action)static ExoRouter.RouteExoRouter. getRoute(String path, String action, String params)static ExoRouter.RouteExoRouter. getRoute(String path, String action, String params, String sourceFile, int line)static ExoRouter.RouteExoRouter. route(String path)
-