public class ServletConfigAnnotationProtectedProxy extends Object
Same-package proxy for several functions used in comsat-spring-web.
Constructor and Description |
---|
ServletConfigAnnotationProtectedProxy() |
Modifier and Type | Method and Description |
---|---|
static List<CallableProcessingInterceptor> |
getCallableInterceptors(AsyncSupportConfigurer configurer) |
static ContentNegotiationManager |
getContentNegotiationManager(ContentNegotiationConfigurer configurer) |
static List<DeferredResultProcessingInterceptor> |
getDeferredResultInterceptors(AsyncSupportConfigurer configurer) |
static AbstractHandlerMapping |
getHandlerMapping(ViewControllerRegistry registry) |
static AbstractHandlerMapping |
getHandlerMappingDefaultServlet(DefaultServletHandlerConfigurer configurer) |
static AbstractHandlerMapping |
getHandlerMappingResource(ResourceHandlerRegistry registry) |
static List<Object> |
getInterceptors(InterceptorRegistry ir) |
static AsyncTaskExecutor |
getTaskExecutor(AsyncSupportConfigurer configurer) |
static Long |
getTimeout(AsyncSupportConfigurer configurer) |
public ServletConfigAnnotationProtectedProxy()
public static List<Object> getInterceptors(InterceptorRegistry ir)
public static ContentNegotiationManager getContentNegotiationManager(ContentNegotiationConfigurer configurer) throws Exception
Exception
ContentNegotiationConfigurer.getContentNegotiationManager()
public static AbstractHandlerMapping getHandlerMapping(ViewControllerRegistry registry)
public static AbstractHandlerMapping getHandlerMappingResource(ResourceHandlerRegistry registry)
public static AbstractHandlerMapping getHandlerMappingDefaultServlet(DefaultServletHandlerConfigurer configurer)
public static AsyncTaskExecutor getTaskExecutor(AsyncSupportConfigurer configurer)
public static Long getTimeout(AsyncSupportConfigurer configurer)
public static List<DeferredResultProcessingInterceptor> getDeferredResultInterceptors(AsyncSupportConfigurer configurer)
public static List<CallableProcessingInterceptor> getCallableInterceptors(AsyncSupportConfigurer configurer)