Uses of Class
com.atlassian.plugin.webresource.impl.support.http.Response
Packages that use Response
Package
Description
-
Uses of Response in com.atlassian.plugin.webresource.impl.http
Methods in com.atlassian.plugin.webresource.impl.http with parameters of type ResponseModifier and TypeMethodDescriptionprotected ControllerRouter.createController(Globals globals, Request request, Response response) Constructors in com.atlassian.plugin.webresource.impl.http with parameters of type Response -
Uses of Response in com.atlassian.plugin.webresource.impl.support.http
Fields in com.atlassian.plugin.webresource.impl.support.http declared as ResponseMethods in com.atlassian.plugin.webresource.impl.support.http with parameters of type ResponseModifier 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 ResponseModifierConstructorDescriptionBaseController(Globals globals, Request request, Response response)