Uses of Class
com.atlassian.plugin.webresource.impl.support.http.BaseRouter.Route
Packages that use BaseRouter.Route
Package
Description
-
Uses of BaseRouter.Route in com.atlassian.plugin.webresource.impl.http
Constructor parameters in com.atlassian.plugin.webresource.impl.http with type arguments of type BaseRouter.RouteModifierConstructorDescriptionprotectedRouter(Globals globals, List<BaseRouter<Controller>.Route> routes, boolean useAbsoluteUrl) Needed to support legacy API. -
Uses of BaseRouter.Route in com.atlassian.plugin.webresource.impl.support.http
Fields in com.atlassian.plugin.webresource.impl.support.http with type parameters of type BaseRouter.RouteModifier and TypeFieldDescriptionprotected final List<BaseRouter<Controller>.Route>BaseRouter.routesConstructor parameters in com.atlassian.plugin.webresource.impl.support.http with type arguments of type BaseRouter.RouteModifierConstructorDescriptionprotectedBaseRouter(Globals globals, List<BaseRouter<Controller>.Route> routes, boolean useAbsoluteUrl) Needed to support legacy API.