Uses of Class
com.atlassian.plugin.webresource.impl.support.http.Request
Packages that use Request
Package
Description
-
Uses of Request in com.atlassian.plugin.webresource.impl.http
Methods in com.atlassian.plugin.webresource.impl.http with parameters of type RequestModifier and TypeMethodDescriptionprotected ControllerRouter.createController(Globals globals, Request request, Response response) Constructors in com.atlassian.plugin.webresource.impl.http with parameters of type Request -
Uses of Request in com.atlassian.plugin.webresource.impl.support.http
Fields in com.atlassian.plugin.webresource.impl.support.http declared as RequestMethods in com.atlassian.plugin.webresource.impl.support.http with parameters of type RequestModifier and TypeMethodDescriptionvoidBaseRouter.Handler.apply(Request request, Response response, Controller controller, String[] arguments) Always called, used in case when route have more than three arguments or need access to request.protected voidBaseRouter.callHandler(BaseRouter<Controller>.Handler handler, Controller controller, Request request, Response response, String... args) protected abstract ControllerBaseRouter.createController(Globals globals, Request request, Response response) Override this method and provide instance of the controller.voidDispatches request to proper handlers.Constructors in com.atlassian.plugin.webresource.impl.support.http with parameters of type Request