Index
All Classes|All Packages
A
- activateSpringProfiles(String...) - Method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Activates the given Spring profiles in the application.
- appContext - Variable in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
B
- build() - Method in class com.amazonaws.serverless.proxy.spring.SpringProxyHandlerBuilder
- buildAndInitialize() - Method in class com.amazonaws.serverless.proxy.spring.SpringProxyHandlerBuilder
C
- com.amazonaws.serverless.proxy.spring - package com.amazonaws.serverless.proxy.spring
- configurationClasses(Class...) - Method in class com.amazonaws.serverless.proxy.spring.SpringProxyHandlerBuilder
- createHandler(ConfigurableWebApplicationContext) - Method in class com.amazonaws.serverless.proxy.spring.SpringProxyHandlerBuilder
G
- getAwsProxyHandler(Class<?>...) - Static method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects
- getAwsProxyHandler(ConfigurableWebApplicationContext, String...) - Static method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects and sets the given profiles as active
- getContainerResponse(HttpServletRequest, CountDownLatch) - Method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
- getHttpApiV2ProxyHandler(Class<?>...) - Static method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Creates a default SpringLambdaContainerHandler initialized with the `HttpApiV2ProxyRequest` and `AwsProxyResponse` objects
H
- handleRequest(HttpServletRequest, AwsHttpServletResponse, Context) - Method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
I
- initialize() - Method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
P
- profiles(String...) - Method in class com.amazonaws.serverless.proxy.spring.SpringProxyHandlerBuilder
R
- registerServlets() - Method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Overriding this method allows to customize the standard Spring DispatcherServlet or to register additional servlets
S
- self() - Method in class com.amazonaws.serverless.proxy.spring.SpringProxyHandlerBuilder
- setRefreshContext(boolean) - Method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Asks the custom web application initializer to refresh the Spring context.
- springApplicationContext(ConfigurableWebApplicationContext) - Method in class com.amazonaws.serverless.proxy.spring.SpringProxyHandlerBuilder
- SpringLambdaContainerHandler<RequestType,ResponseType> - Class in com.amazonaws.serverless.proxy.spring
-
Spring implementation of the `LambdaContainerHandler` abstract class.
- SpringLambdaContainerHandler(Class<RequestType>, Class<ResponseType>, RequestReader<RequestType, HttpServletRequest>, ResponseWriter<AwsHttpServletResponse, ResponseType>, SecurityContextWriter<RequestType>, ExceptionHandler<ResponseType>, ConfigurableWebApplicationContext, InitializationWrapper) - Constructor for class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Creates a new container handler with the given reader and writer objects
- SpringProxyHandlerBuilder<RequestType> - Class in com.amazonaws.serverless.proxy.spring
- SpringProxyHandlerBuilder() - Constructor for class com.amazonaws.serverless.proxy.spring.SpringProxyHandlerBuilder
All Classes|All Packages