text
stringlengths
24
1.04M
metadata
stringlengths
233
497
### File: spring-web/src/main/java/org/springframework/web/context/request/async/WebAsyncUtils.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/request/async/WebAsyncUtils.java", "license": "apa...
### File: spring-web/src/main/java/org/springframework/web/context/request/async/package-info.java /** * Support for asynchronous request processing. */ package org.springframework.web.context.request.async;
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/request/async/package-info.java", "license": "apac...
### File: spring-web/src/main/java/org/springframework/web/context/request/package-info.java /** * Support for generic request context holding, in particular for * scoping of application objects per HTTP request or HTTP session. */ @NonNullApi @NonNullFields package org.springframework.web.context.request; import o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/request/package-info.java", "license": "apache-2.0...
### File: spring-web/src/main/java/org/springframework/web/context/support/AbstractRefreshableWebApplicationContext.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/AbstractRefreshableWebApplicationContext.j...
### File: spring-web/src/main/java/org/springframework/web/context/support/AnnotationConfigWebApplicationContext.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/AnnotationConfigWebApplicationContext.java...
### File: spring-web/src/main/java/org/springframework/web/context/support/ContextExposingHttpServletRequest.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ContextExposingHttpServletRequest.java", "...
### File: spring-web/src/main/java/org/springframework/web/context/support/GenericWebApplicationContext.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/GenericWebApplicationContext.java", "licen...
### File: spring-web/src/main/java/org/springframework/web/context/support/GroovyWebApplicationContext.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/GroovyWebApplicationContext.java", "licens...
### File: spring-web/src/main/java/org/springframework/web/context/support/HttpRequestHandlerServlet.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/HttpRequestHandlerServlet.java", "license"...
### File: spring-web/src/main/java/org/springframework/web/context/support/LiveBeansViewServlet.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/LiveBeansViewServlet.java", "license": "ap...
### File: spring-web/src/main/java/org/springframework/web/context/support/RequestHandledEvent.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/RequestHandledEvent.java", "license": "apa...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletConfigPropertySource.java /* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletConfigPropertySource.java", "licens...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextAttributeExporter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextAttributeExporter.java", "li...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextAttributeFactoryBean.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextAttributeFactoryBean.java", ...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextAwareProcessor.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextAwareProcessor.java", "licen...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextLiveBeansView.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextLiveBeansView.java", "licens...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextParameterFactoryBean.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextParameterFactoryBean.java", ...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextPropertySource.java /* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextPropertySource.java", "licen...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextResource.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextResource.java", "license": "...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextResourceLoader.java /* * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextResourceLoader.java", "licen...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextResourcePatternResolver.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextResourcePatternResolver.java...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletContextScope.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletContextScope.java", "license": "apa...
### File: spring-web/src/main/java/org/springframework/web/context/support/ServletRequestHandledEvent.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/ServletRequestHandledEvent.java", "license...
### File: spring-web/src/main/java/org/springframework/web/context/support/SpringBeanAutowiringSupport.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/SpringBeanAutowiringSupport.java", "licens...
### File: spring-web/src/main/java/org/springframework/web/context/support/StandardServletEnvironment.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/StandardServletEnvironment.java", "license...
### File: spring-web/src/main/java/org/springframework/web/context/support/StaticWebApplicationContext.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/StaticWebApplicationContext.java", "licens...
### File: spring-web/src/main/java/org/springframework/web/context/support/WebApplicationContextUtils.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/WebApplicationContextUtils.java", "license...
### File: spring-web/src/main/java/org/springframework/web/context/support/WebApplicationObjectSupport.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/WebApplicationObjectSupport.java", "licens...
### File: spring-web/src/main/java/org/springframework/web/context/support/XmlWebApplicationContext.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/XmlWebApplicationContext.java", "license":...
### File: spring-web/src/main/java/org/springframework/web/context/support/package-info.java /** * Classes supporting the {@code org.springframework.web.context} package, * such as WebApplicationContext implementations and various utility classes. */ @NonNullApi @NonNullFields package org.springframework.web.context...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/context/support/package-info.java", "license": "apache-2.0...
### File: spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/CorsConfiguration.java", "license": "apache-2.0", "si...
### File: spring-web/src/main/java/org/springframework/web/cors/CorsConfigurationSource.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/CorsConfigurationSource.java", "license": "apache-2.0...
### File: spring-web/src/main/java/org/springframework/web/cors/CorsProcessor.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License a...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/CorsProcessor.java", "license": "apache-2.0", "size":...
### File: spring-web/src/main/java/org/springframework/web/cors/CorsUtils.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/CorsUtils.java", "license": "apache-2.0", "size": 267...
### File: spring-web/src/main/java/org/springframework/web/cors/DefaultCorsProcessor.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Li...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/DefaultCorsProcessor.java", "license": "apache-2.0", ...
### File: spring-web/src/main/java/org/springframework/web/cors/UrlBasedCorsConfigurationSource.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/UrlBasedCorsConfigurationSource.java", "license": "ap...
### File: spring-web/src/main/java/org/springframework/web/cors/package-info.java /** * Support for CORS (Cross-Origin Resource Sharing), * based on a common {@code CorsProcessor} strategy. */ @NonNullApi @NonNullFields package org.springframework.web.cors; import org.springframework.lang.NonNullApi; import org.spr...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/package-info.java", "license": "apache-2.0", "size": ...
### File: spring-web/src/main/java/org/springframework/web/cors/reactive/CorsConfigurationSource.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/reactive/CorsConfigurationSource.java", "license": "a...
### File: spring-web/src/main/java/org/springframework/web/cors/reactive/CorsProcessor.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/reactive/CorsProcessor.java", "license": "apache-2.0"...
### File: spring-web/src/main/java/org/springframework/web/cors/reactive/CorsUtils.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lice...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/reactive/CorsUtils.java", "license": "apache-2.0", "s...
### File: spring-web/src/main/java/org/springframework/web/cors/reactive/CorsWebFilter.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/reactive/CorsWebFilter.java", "license": "apache-2.0"...
### File: spring-web/src/main/java/org/springframework/web/cors/reactive/DefaultCorsProcessor.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/reactive/DefaultCorsProcessor.java", "license": "apac...
### File: spring-web/src/main/java/org/springframework/web/cors/reactive/UrlBasedCorsConfigurationSource.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/reactive/UrlBasedCorsConfigurationSource.java", "lice...
### File: spring-web/src/main/java/org/springframework/web/cors/reactive/package-info.java /** * Reactive support for CORS (Cross-Origin Resource Sharing), * based on a common {@code CorsProcessor} strategy. */ @NonNullApi @NonNullFields package org.springframework.web.cors.reactive; import org.springframework.lang...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/cors/reactive/package-info.java", "license": "apache-2.0",...
### File: spring-web/src/main/java/org/springframework/web/filter/AbstractRequestLoggingFilter.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/AbstractRequestLoggingFilter.java", "license": "apa...
### File: spring-web/src/main/java/org/springframework/web/filter/CharacterEncodingFilter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/CharacterEncodingFilter.java", "license": "apache-2...
### File: spring-web/src/main/java/org/springframework/web/filter/CommonsRequestLoggingFilter.java /* * Copyright 2002-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/CommonsRequestLoggingFilter.java", "license": "apac...
### File: spring-web/src/main/java/org/springframework/web/filter/CompositeFilter.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/CompositeFilter.java", "license": "apache-2.0", "si...
### File: spring-web/src/main/java/org/springframework/web/filter/CorsFilter.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/CorsFilter.java", "license": "apache-2.0", "size": ...
### File: spring-web/src/main/java/org/springframework/web/filter/DelegatingFilterProxy.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/DelegatingFilterProxy.java", "license": "apache-2.0...
### File: spring-web/src/main/java/org/springframework/web/filter/FormContentFilter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lic...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/FormContentFilter.java", "license": "apache-2.0", "...
### File: spring-web/src/main/java/org/springframework/web/filter/ForwardedHeaderFilter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/ForwardedHeaderFilter.java", "license": "apache-2.0...
### File: spring-web/src/main/java/org/springframework/web/filter/GenericFilterBean.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lic...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/GenericFilterBean.java", "license": "apache-2.0", "...
### File: spring-web/src/main/java/org/springframework/web/filter/HiddenHttpMethodFilter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/HiddenHttpMethodFilter.java", "license": "apache-2....
### File: spring-web/src/main/java/org/springframework/web/filter/HttpPutFormContentFilter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/HttpPutFormContentFilter.java", "license": "apache-...
### File: spring-web/src/main/java/org/springframework/web/filter/OncePerRequestFilter.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/OncePerRequestFilter.java", "license": "apache-2.0"...
### File: spring-web/src/main/java/org/springframework/web/filter/RelativeRedirectFilter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/RelativeRedirectFilter.java", "license": "apache-2....
### File: spring-web/src/main/java/org/springframework/web/filter/RelativeRedirectResponseWrapper.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/RelativeRedirectResponseWrapper.java", "license": "...
### File: spring-web/src/main/java/org/springframework/web/filter/RequestContextFilter.java /* * Copyright 2002-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/RequestContextFilter.java", "license": "apache-2.0"...
### File: spring-web/src/main/java/org/springframework/web/filter/ServletContextRequestLoggingFilter.java /* * Copyright 2002-2005 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/ServletContextRequestLoggingFilter.java", "license"...
### File: spring-web/src/main/java/org/springframework/web/filter/ShallowEtagHeaderFilter.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/ShallowEtagHeaderFilter.java", "license": "apache-2...
### File: spring-web/src/main/java/org/springframework/web/filter/package-info.java /** * Provides generic filter base classes allowing for bean-style configuration. */ @NonNullApi @NonNullFields package org.springframework.web.filter; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNu...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/package-info.java", "license": "apache-2.0", "size"...
### File: spring-web/src/main/java/org/springframework/web/filter/reactive/ForwardedHeaderFilter.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a co...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/reactive/ForwardedHeaderFilter.java", "license": "a...
### File: spring-web/src/main/java/org/springframework/web/filter/reactive/HiddenHttpMethodFilter.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/reactive/HiddenHttpMethodFilter.java", "license": "...
### File: spring-web/src/main/java/org/springframework/web/filter/reactive/ServerWebExchangeContextFilter.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/reactive/ServerWebExchangeContextFilter.java", "lic...
### File: spring-web/src/main/java/org/springframework/web/filter/reactive/package-info.java /** * {@link org.springframework.web.server.WebFilter} implementations for use in * reactive web applications. */ @NonNullApi @NonNullFields package org.springframework.web.filter.reactive; import org.springframework.lang.N...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/filter/reactive/package-info.java", "license": "apache-2.0...
### File: spring-web/src/main/java/org/springframework/web/jsf/DecoratingNavigationHandler.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/jsf/DecoratingNavigationHandler.java", "license": "apache-...
### File: spring-web/src/main/java/org/springframework/web/jsf/DelegatingNavigationHandlerProxy.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/jsf/DelegatingNavigationHandlerProxy.java", "license": "ap...
### File: spring-web/src/main/java/org/springframework/web/jsf/DelegatingPhaseListenerMulticaster.java /* * Copyright 2002-2012 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/jsf/DelegatingPhaseListenerMulticaster.java", "license": "...
### File: spring-web/src/main/java/org/springframework/web/jsf/FacesContextUtils.java /* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Licens...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/jsf/FacesContextUtils.java", "license": "apache-2.0", "siz...
### File: spring-web/src/main/java/org/springframework/web/jsf/el/SpringBeanFacesELResolver.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/jsf/el/SpringBeanFacesELResolver.java", "license": "apache...
### File: spring-web/src/main/java/org/springframework/web/jsf/el/WebApplicationContextFacesELResolver.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtai...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/jsf/el/WebApplicationContextFacesELResolver.java", "licens...
### File: spring-web/src/main/java/org/springframework/web/jsf/el/package-info.java /** * ELResolvers for integrating a JSF web layer with a Spring service layer * which is hosted in a Spring root WebApplicationContext. */ @NonNullApi @NonNullFields package org.springframework.web.jsf.el; import org.springframework...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/jsf/el/package-info.java", "license": "apache-2.0", "size"...
### File: spring-web/src/main/java/org/springframework/web/jsf/package-info.java /** * Support classes for integrating a JSF web layer with a Spring service layer * which is hosted in a Spring root WebApplicationContext. * * <p>Supports easy access to beans in the Spring root WebApplicationContext * from JSF EL ex...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/jsf/package-info.java", "license": "apache-2.0", "size": 4...
### File: spring-web/src/main/java/org/springframework/web/method/ControllerAdviceBean.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/ControllerAdviceBean.java", "license": "apache-2.0"...
### File: spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/HandlerMethod.java", "license": "apache-2.0", "size...
### File: spring-web/src/main/java/org/springframework/web/method/HandlerTypePredicate.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/HandlerTypePredicate.java", "license": "apache-2.0"...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/AbstractCookieValueMethodArgumentResolver.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/AbstractCookieValueMethodArgumentResolve...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/AbstractNamedValueMethodArgumentResolver.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/AbstractNamedValueMethodArgumentResolver...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/AbstractWebArgumentResolverAdapter.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/AbstractWebArgumentResolverAdapter.java"...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/ErrorsMethodArgumentResolver.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/ErrorsMethodArgumentResolver.java", "lic...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/ExceptionHandlerMethodResolver.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/ExceptionHandlerMethodResolver.java", "l...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/ExpressionValueMethodArgumentResolver.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/ExpressionValueMethodArgumentResolver.ja...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/InitBinderDataBinderFactory.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obt...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/InitBinderDataBinderFactory.java", "lice...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/MapMethodProcessor.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/MapMethodProcessor.java", "license": "ap...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/MethodArgumentConversionNotSupportedException.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/MethodArgumentConversionNotSupportedExce...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/MethodArgumentTypeMismatchException.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/MethodArgumentTypeMismatchException.java...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/ModelAttributeMethodProcessor.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/ModelAttributeMethodProcessor.java", "li...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/ModelFactory.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of t...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/ModelFactory.java", "license": "apache-2...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/ModelMethodProcessor.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a c...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/ModelMethodProcessor.java", "license": "...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/RequestHeaderMapMethodArgumentResolver.java /* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/RequestHeaderMapMethodArgumentResolver.j...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/RequestHeaderMethodArgumentResolver.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/RequestHeaderMethodArgumentResolver.java...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/RequestParamMapMethodArgumentResolver.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Y...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/RequestParamMapMethodArgumentResolver.ja...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/RequestParamMethodArgumentResolver.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/RequestParamMethodArgumentResolver.java"...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/SessionAttributesHandler.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/SessionAttributesHandler.java", "license...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/SessionStatusMethodArgumentResolver.java /* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/SessionStatusMethodArgumentResolver.java...
### File: spring-web/src/main/java/org/springframework/web/method/annotation/package-info.java /** * Support classes for annotation-based handler method processing. */ @NonNullApi @NonNullFields package org.springframework.web.method.annotation; import org.springframework.lang.NonNullApi; import org.springframework....
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/annotation/package-info.java", "license": "apache-2...
### File: spring-web/src/main/java/org/springframework/web/method/package-info.java /** * Common infrastructure for handler method processing, as used by * Spring MVC's {@code org.springframework.web.servlet.mvc.method} package. */ @NonNullApi @NonNullFields package org.springframework.web.method; import org.spring...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/package-info.java", "license": "apache-2.0", "size"...
### File: spring-web/src/main/java/org/springframework/web/method/support/AsyncHandlerMethodReturnValueHandler.java /* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You m...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/support/AsyncHandlerMethodReturnValueHandler.java",...
### File: spring-web/src/main/java/org/springframework/web/method/support/CompositeUriComponentsContributor.java /* * Copyright 2002-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
{"idx": "gitee_code", "domain": "code", "domain2": "gitee-permissive", "header_footer": "", "lang": "en", "source": "gitee_code-0.jsonl", "prog_lang": "Java", "repo_name": "vincentjava/spring-framework", "path": "spring-web/src/main/java/org/springframework/web/method/support/CompositeUriComponentsContributor.java", "l...