Uses of Class
com.atlassian.plugin.webresource.impl.support.http.BaseRouter.Handler
Packages that use BaseRouter.Handler
-
Uses of BaseRouter.Handler in com.atlassian.plugin.webresource.impl.support.http
Methods in com.atlassian.plugin.webresource.impl.support.http with parameters of type BaseRouter.HandlerModifier and TypeMethodDescriptionvoidBaseRouter.addRoute(String route, BaseRouter<Controller>.Handler handler) Add route and its handler.protected voidBaseRouter.callHandler(BaseRouter<Controller>.Handler handler, Controller controller, Request request, Response response, String... args) Constructors in com.atlassian.plugin.webresource.impl.support.http with parameters of type BaseRouter.Handler