Uses of Class
com.kingsrook.qqq.lambda.model.QLambdaRequest
Packages that use QLambdaRequest
-
Uses of QLambdaRequest in com.kingsrook.qqq.lambda
Methods in com.kingsrook.qqq.lambda with parameters of type QLambdaRequestModifier and TypeMethodDescriptionprotected QLambdaResponseQAbstractLambdaHandler.handleJsonRequest(QLambdaRequest request, org.json.JSONObject bodyJsonObject) Meant to be overridden by subclasses, to provide functionality, if needed.protected QLambdaResponseQBaseCustomLambdaHandler.handleJsonRequest(QLambdaRequest request, org.json.JSONObject bodyJsonObject) Meant to be overridden by subclasses, to provide functionality, if needed.protected abstract QLambdaResponseQAbstractLambdaHandler.handleRequest(QLambdaRequest request) protected QLambdaResponseQBaseCustomLambdaHandler.handleRequest(QLambdaRequest request) protected QLambdaResponseQStandardLambdaHandler.handleRequest(QLambdaRequest request) protected voidQStandardLambdaHandler.setupSession(QLambdaRequest request, AbstractActionInput actionInput) -
Uses of QLambdaRequest in com.kingsrook.qqq.lambda.examples
Methods in com.kingsrook.qqq.lambda.examples with parameters of type QLambdaRequestModifier and TypeMethodDescriptionprotected QLambdaResponseExampleLambdaHandler.handleJsonRequest(QLambdaRequest request, org.json.JSONObject bodyJsonObject)