Uses of Class
name.martingeisse.grumpyrest.RequestCycle
Packages that use RequestCycle
Package
Description
-
Uses of RequestCycle in name.martingeisse.grumpyrest
Methods in name.martingeisse.grumpyrest with parameters of type RequestCycleModifier and TypeMethodDescriptionComplexHandler.handle(RequestCycle requestCycle) Handles a request.voidRestApi.handle(RequestCycle requestCycle) Handles a request cycle.Route.invokeHandler(RequestCycle requestCycle) Calls the handler for the specified request cycle.RestApi.match(RequestCycle requestCycle) Matches the specified request cycle against all routes.Route.match(RequestCycle requestCycle) Tries to match the specified request cycle against this route. -
Uses of RequestCycle in name.martingeisse.grumpyrest.response
Methods in name.martingeisse.grumpyrest.response with parameters of type RequestCycleModifier and TypeMethodDescriptionResponseFactory.createResponse(RequestCycle requestCycle, Object value) Creates aResponsefrom the specified response value.ResponseFactoryRegistry.createResponse(RequestCycle requestCycle, Object value) Converts a response value to aResponseusing an appropriate response factory from this registry. -
Uses of RequestCycle in name.martingeisse.grumpyrest.response.standard
Methods in name.martingeisse.grumpyrest.response.standard with parameters of type RequestCycleModifier and TypeMethodDescriptionIdentityResponseFactory.createResponse(RequestCycle requestCycle, Object value) JsonResponseFactory.createResponse(RequestCycle requestCycle, Object value) NullResponseFactory.createResponse(RequestCycle requestCycle, Object value)