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 QLambdaResponse
QAbstractLambdaHandler.handleJsonRequest
(QLambdaRequest request, org.json.JSONObject bodyJsonObject) Meant to be overridden by subclasses, to provide functionality, if needed.protected QLambdaResponse
QBaseCustomLambdaHandler.handleJsonRequest
(QLambdaRequest request, org.json.JSONObject bodyJsonObject) Meant to be overridden by subclasses, to provide functionality, if needed.protected abstract QLambdaResponse
QAbstractLambdaHandler.handleRequest
(QLambdaRequest request) protected QLambdaResponse
QBaseCustomLambdaHandler.handleRequest
(QLambdaRequest request) protected QLambdaResponse
QStandardLambdaHandler.handleRequest
(QLambdaRequest request) protected void
QStandardLambdaHandler.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 QLambdaResponse
ExampleLambdaHandler.handleJsonRequest
(QLambdaRequest request, org.json.JSONObject bodyJsonObject)