组织ID: |
org.springframework |
项目ID: |
spring-web |
版本: |
4.3.15.RELEASE |
最后修改时间: |
2018-07-26 02:27:55 |
包类型: |
jar |
标题: |
Spring Web |
描述: |
Spring Web |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
808.39KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.3.15.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-web:4.3.15.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.3.15.RELEASE</version>
<name>Spring Web</name>
<description>Spring Web</description>
<url>https://github.com/spring-projects/spring-framework</url>
<organization>
<name>Spring IO</name>
<url>http://projects.spring.io/spring-framework</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jhoeller</id>
<name>Juergen Hoeller</name>
<email>jhoeller@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
<url>https://github.com/spring-projects/spring-framework</url>
</scm>
<issueManagement>
<system>Jira</system>
<url>https://jira.springsource.org/browse/SPR</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>4.0.38</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.11.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.8.11</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.6.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.googlecode.protobuf-java-format</groupId>
<artifactId>protobuf-java-format</artifactId>
<version>1.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.rometools</groupId>
<artifactId>rome</artifactId>
<version>1.7.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.8.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.7.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.22.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>javax.el-api</artifactId>
<version>2.2.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>javax.faces-api</artifactId>
<version>2.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>1.5.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>2.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.2.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.0.0.GA</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.15</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.3.14.v20161028</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>javax.servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.3.14.v20161028</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>javax.servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.3.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.3.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>4.3.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.3.15.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>4.3.15.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.http.StreamingHttpOutputMessage.class
org.springframework.http.HttpHeaders.class
org.springframework.http.HttpRequest.class
org.springframework.http.RequestEntity$BodyBuilder.class
org.springframework.http.HttpEntity.class
org.springframework.http.HttpInputMessage.class
org.springframework.http.MediaTypeEditor.class
org.springframework.http.client.ClientHttpRequestFactory.class
org.springframework.http.client.ClientHttpResponse.class
org.springframework.http.client.AbstractClientHttpRequest.class
org.springframework.http.client.AbstractAsyncClientHttpRequest.class
org.springframework.http.client.OkHttpClientHttpResponse.class
org.springframework.http.client.InterceptingAsyncClientHttpRequestFactory.class
org.springframework.http.client.SimpleClientHttpResponse.class
org.springframework.http.client.Netty4ClientHttpRequestFactory$1.class
org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.class
org.springframework.http.client.support.HttpAccessor.class
org.springframework.http.client.support.InterceptingHttpAccessor.class
org.springframework.http.client.support.AsyncHttpAccessor.class
org.springframework.http.client.support.HttpRequestWrapper.class
org.springframework.http.client.support.ProxyFactoryBean.class
org.springframework.http.client.support.InterceptingAsyncHttpAccessor.class
org.springframework.http.client.support.BasicAuthorizationInterceptor.class
org.springframework.http.client.AbstractBufferingClientHttpRequest.class
org.springframework.http.client.SimpleClientHttpRequestFactory.class
org.springframework.http.client.HttpComponentsClientHttpRequestFactory.class
org.springframework.http.client.AsyncClientHttpRequestInterceptor.class
org.springframework.http.client.HttpComponentsClientHttpRequestFactory$HttpDelete.class
org.springframework.http.client.OkHttpAsyncClientHttpRequest$OkHttpListenableFuture$1.class
org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1.class
org.springframework.http.client.Netty4ClientHttpResponse.class
org.springframework.http.client.OkHttpAsyncClientHttpRequest$OkHttpListenableFuture.class
org.springframework.http.client.InterceptingClientHttpRequest.class
org.springframework.http.client.ClientHttpRequestInterceptor.class
org.springframework.http.client.HttpComponentsAsyncClientHttpRequest$ClientHttpResponseFuture.class
org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest.class
org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.class
org.springframework.http.client.OkHttp3ClientHttpResponse.class
org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.class
org.springframework.http.client.OkHttpClientHttpRequest.class
org.springframework.http.client.OkHttp3AsyncClientHttpRequest$OkHttpListenableFuture$1.class
org.springframework.http.client.ClientHttpRequestExecution.class
org.springframework.http.client.HttpComponentsAsyncClientHttpResponse.class
org.springframework.http.client.HttpComponentsStreamingClientHttpRequest.class
org.springframework.http.client.OkHttp3AsyncClientHttpRequest$OkHttpListenableFuture.class
org.springframework.http.client.OkHttp3AsyncClientHttpRequest.class
org.springframework.http.client.OkHttp3ClientHttpRequestFactory.class
org.springframework.http.client.Netty4ClientHttpRequestFactory.class
org.springframework.http.client.AsyncClientHttpRequestExecution.class
org.springframework.http.client.HttpComponentsClientHttpRequest.class
org.springframework.http.client.OkHttpAsyncClientHttpRequest.class
org.springframework.http.client.OkHttp3ClientHttpRequest.class
org.springframework.http.client.Netty4ClientHttpRequest$1.class
org.springframework.http.client.BufferingClientHttpRequestWrapper.class
org.springframework.http.client.InterceptingAsyncClientHttpRequest$AsyncRequestExecution.class
org.springframework.http.client.AbstractClientHttpResponse.class
org.springframework.http.client.HttpComponentsAsyncClientHttpRequestFactory.class
org.springframework.http.client.HttpComponentsClientHttpResponse.class
org.springframework.http.client.HttpComponentsClientHttpRequestFactory$1.class
org.springframework.http.client.AbstractBufferingAsyncClientHttpRequest.class
org.springframework.http.client.SimpleStreamingClientHttpRequest.class
org.springframework.http.client.BufferingClientHttpRequestFactory.class
org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution$1.class
org.springframework.http.client.OkHttpClientHttpRequestFactory.class
org.springframework.http.client.SimpleBufferingClientHttpRequest.class
org.springframework.http.client.AsyncClientHttpRequestFactory.class
org.springframework.http.client.ClientHttpRequest.class
org.springframework.http.client.AsyncClientHttpRequest.class
org.springframework.http.client.BufferingClientHttpResponseWrapper.class
org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper.class
org.springframework.http.client.Netty4ClientHttpRequest.class
org.springframework.http.client.Netty4ClientHttpRequest$RequestExecuteHandler.class
org.springframework.http.client.HttpComponentsStreamingClientHttpRequest$StreamingHttpEntity.class
org.springframework.http.client.InterceptingClientHttpRequestFactory.class
org.springframework.http.client.InterceptingAsyncClientHttpRequest.class
org.springframework.http.client.HttpComponentsAsyncClientHttpRequest.class
org.springframework.http.client.HttpComponentsAsyncClientHttpRequest$HttpResponseFutureCallback.class
org.springframework.http.InvalidMediaTypeException.class
org.springframework.http.ResponseEntity$DefaultBuilder.class
org.springframework.http.HttpStatus.class
org.springframework.http.ResponseEntity.class
org.springframework.http.HttpRange$ByteRange.class
org.springframework.http.CacheControl.class
org.springframework.http.HttpStatus$Series.class
org.springframework.http.HttpMessage.class
org.springframework.http.RequestEntity$DefaultBodyBuilder.class
org.springframework.http.ResponseEntity$BodyBuilder.class
org.springframework.http.HttpRange.class
org.springframework.http.StreamingHttpOutputMessage$Body.class
org.springframework.http.HttpMethod.class
org.springframework.http.server.ServerHttpResponse.class
org.springframework.http.server.ServletServerHttpAsyncRequestControl.class
org.springframework.http.server.ServerHttpAsyncRequestControl.class
org.springframework.http.server.ServletServerHttpResponse$ServletResponseHttpHeaders.class
org.springframework.http.server.ServletServerHttpResponse.class
org.springframework.http.server.ServerHttpRequest.class
org.springframework.http.server.ServletServerHttpRequest.class
org.springframework.http.server.ServletServerHttpResponse$1.class
org.springframework.http.HttpOutputMessage.class
org.springframework.http.ResponseEntity$1.class
org.springframework.http.RequestEntity$HeadersBuilder.class
org.springframework.http.MediaType$1.class
org.springframework.http.RequestEntity.class
org.springframework.http.MediaType$2.class
org.springframework.http.MediaType.class
org.springframework.http.HttpRange$SuffixByteRange.class
org.springframework.http.ResponseEntity$HeadersBuilder.class
org.springframework.http.converter.HttpMessageNotWritableException.class
org.springframework.http.converter.StringHttpMessageConverter.class
org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter.class
org.springframework.http.converter.FormHttpMessageConverter$MultipartHttpOutputMessage.class
org.springframework.http.converter.AbstractHttpMessageConverter.class
org.springframework.http.converter.ResourceRegionHttpMessageConverter.class
org.springframework.http.converter.AbstractHttpMessageConverter$1$1.class
org.springframework.http.converter.ResourceHttpMessageConverter.class
org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter.class
org.springframework.http.converter.protobuf.ExtensionRegistryInitializer.class
org.springframework.http.converter.FormHttpMessageConverter.class
org.springframework.http.converter.ActivationMediaTypeFactory.class
org.springframework.http.converter.AbstractGenericHttpMessageConverter$1$1.class
org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean.class
org.springframework.http.converter.json.SpringHandlerInstantiator.class
org.springframework.http.converter.json.MappingJacksonInputMessage.class
org.springframework.http.converter.json.Jackson2ObjectMapperBuilder$1.class
org.springframework.http.converter.json.MappingJackson2HttpMessageConverter.class
org.springframework.http.converter.json.MappingJacksonValue.class
org.springframework.http.converter.json.GsonBuilderUtils$Base64TypeAdapter.class
org.springframework.http.converter.json.GsonFactoryBean.class
org.springframework.http.converter.json.AbstractJackson2HttpMessageConverter.class
org.springframework.http.converter.json.GsonHttpMessageConverter.class
org.springframework.http.converter.json.GsonBuilderUtils$1.class
org.springframework.http.converter.json.Jackson2ObjectMapperBuilder.class
org.springframework.http.converter.json.Jackson2ObjectMapperBuilder$XmlObjectMapperInitializer.class
org.springframework.http.converter.json.GsonBuilderUtils.class
org.springframework.http.converter.json.Jackson2ObjectMapperBuilder$XmlObjectMapperInitializer$1.class
org.springframework.http.converter.FormHttpMessageConverter$2.class
org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter.class
org.springframework.http.converter.feed.RssChannelHttpMessageConverter.class
org.springframework.http.converter.feed.AtomFeedHttpMessageConverter.class
org.springframework.http.converter.BufferedImageHttpMessageConverter.class
org.springframework.http.converter.HttpMessageConversionException.class
org.springframework.http.converter.FormHttpMessageConverter$MimeDelegate.class
org.springframework.http.converter.ByteArrayHttpMessageConverter.class
org.springframework.http.converter.AbstractGenericHttpMessageConverter.class
org.springframework.http.converter.ObjectToStringHttpMessageConverter.class
org.springframework.http.converter.BufferedImageHttpMessageConverter$1.class
org.springframework.http.converter.HttpMessageConverter.class
org.springframework.http.converter.AbstractHttpMessageConverter$1.class
org.springframework.http.converter.GenericHttpMessageConverter.class
org.springframework.http.converter.HttpMessageNotReadableException.class
org.springframework.http.converter.xml.SourceHttpMessageConverter$2.class
org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter.class
org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter.class
org.springframework.http.converter.xml.MarshallingHttpMessageConverter.class
org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter.class
org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter$1.class
org.springframework.http.converter.xml.SourceHttpMessageConverter$1.class
org.springframework.http.converter.xml.SourceHttpMessageConverter.class
org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter.class
org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.class
org.springframework.http.converter.xml.Jaxb2CollectionHttpMessageConverter$1.class
org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter.class
org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter.class
org.springframework.http.converter.FormHttpMessageConverter$1.class
org.springframework.http.converter.AbstractGenericHttpMessageConverter$1.class
org.springframework.remoting.caucho.BurlapExporter.class
org.springframework.remoting.caucho.HessianExporter.class
org.springframework.remoting.caucho.HessianProxyFactoryBean.class
org.springframework.remoting.caucho.BurlapServiceExporter.class
org.springframework.remoting.caucho.SimpleHessianServiceExporter.class
org.springframework.remoting.caucho.BurlapProxyFactoryBean.class
org.springframework.remoting.caucho.SimpleBurlapServiceExporter.class
org.springframework.remoting.caucho.HessianServiceExporter.class
org.springframework.remoting.caucho.HessianClientInterceptor.class
org.springframework.remoting.caucho.BurlapClientInterceptor.class
org.springframework.remoting.httpinvoker.SimpleHttpInvokerRequestExecutor.class
org.springframework.remoting.httpinvoker.HttpInvokerRequestExecutor.class
org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.class
org.springframework.remoting.httpinvoker.AbstractHttpInvokerRequestExecutor.class
org.springframework.remoting.httpinvoker.HttpComponentsHttpInvokerRequestExecutor.class
org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.class
org.springframework.remoting.httpinvoker.HttpInvokerClientConfiguration.class
org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean.class
org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter.class
org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter$FlushGuardedOutputStream.class
org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter.class
org.springframework.remoting.jaxws.JaxWsSoapFaultException.class
org.springframework.remoting.jaxws.LocalJaxWsServiceFactoryBean.class
org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean.class
org.springframework.remoting.jaxws.LocalJaxWsServiceFactory.class
org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter.class
org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.class
org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter.class
org.springframework.web.HttpMediaTypeException.class
org.springframework.web.HttpMediaTypeNotAcceptableException.class
org.springframework.web.jsf.DelegatingPhaseListenerMulticaster.class
org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.class
org.springframework.web.jsf.el.SpringBeanFacesELResolver.class
org.springframework.web.jsf.DelegatingNavigationHandlerProxy.class
org.springframework.web.jsf.DecoratingNavigationHandler.class
org.springframework.web.jsf.FacesContextUtils.class
org.springframework.web.multipart.support.StandardServletMultipartResolver.class
org.springframework.web.multipart.support.MissingServletRequestPartException.class
org.springframework.web.multipart.support.ByteArrayMultipartFileEditor.class
org.springframework.web.multipart.support.AbstractMultipartHttpServletRequest.class
org.springframework.web.multipart.support.StandardMultipartHttpServletRequest$StandardMultipartFile.class
org.springframework.web.multipart.support.StandardMultipartHttpServletRequest.class
org.springframework.web.multipart.support.MultipartResolutionDelegate.class
org.springframework.web.multipart.support.StringMultipartFileEditor.class
org.springframework.web.multipart.support.MultipartResolutionDelegate$RequestPartResolver.class
org.springframework.web.multipart.support.DefaultMultipartHttpServletRequest.class
org.springframework.web.multipart.support.RequestPartServletServerHttpRequest.class
org.springframework.web.multipart.support.MultipartFilter.class
org.springframework.web.multipart.commons.CommonsMultipartResolver$1.class
org.springframework.web.multipart.commons.CommonsFileUploadSupport.class
org.springframework.web.multipart.commons.CommonsMultipartResolver.class
org.springframework.web.multipart.commons.CommonsMultipartFile.class
org.springframework.web.multipart.commons.CommonsFileUploadSupport$MultipartParsingResult.class
org.springframework.web.multipart.MultipartException.class
org.springframework.web.multipart.MultipartRequest.class
org.springframework.web.multipart.MultipartResolver.class
org.springframework.web.multipart.MultipartFile.class
org.springframework.web.multipart.MaxUploadSizeExceededException.class
org.springframework.web.multipart.MultipartHttpServletRequest.class
org.springframework.web.HttpMediaTypeNotSupportedException.class
org.springframework.web.accept.PathExtensionContentNegotiationStrategy.class
org.springframework.web.accept.MappingMediaTypeFileExtensionResolver.class
org.springframework.web.accept.ContentNegotiationManagerFactoryBean.class
org.springframework.web.accept.AbstractMappingContentNegotiationStrategy.class
org.springframework.web.accept.ServletPathExtensionContentNegotiationStrategy.class
org.springframework.web.accept.PathExtensionContentNegotiationStrategy$ActivationMediaTypeFactory.class
org.springframework.web.accept.ContentNegotiationManager.class
org.springframework.web.accept.ParameterContentNegotiationStrategy.class
org.springframework.web.accept.HeaderContentNegotiationStrategy.class
org.springframework.web.accept.FixedContentNegotiationStrategy.class
org.springframework.web.accept.ContentNegotiationStrategy.class
org.springframework.web.accept.MediaTypeFileExtensionResolver.class
org.springframework.web.client.ResponseErrorHandler.class
org.springframework.web.client.RestTemplate$ResponseEntityResponseExtractor.class
org.springframework.web.client.MessageBodyClientHttpResponseWrapper.class
org.springframework.web.client.DefaultResponseErrorHandler.class
org.springframework.web.client.UnknownHttpStatusCodeException.class
org.springframework.web.client.DefaultResponseErrorHandler$1.class
org.springframework.web.client.ResourceAccessException.class
org.springframework.web.client.support.RestGatewaySupport.class
org.springframework.web.client.HttpServerErrorException.class
org.springframework.web.client.RestTemplate$HttpEntityRequestCallback.class
org.springframework.web.client.RestTemplate$HeadersExtractor.class
org.springframework.web.client.AsyncRestOperations.class
org.springframework.web.client.HttpClientErrorException.class
org.springframework.web.client.AsyncRestTemplate$1.class
org.springframework.web.client.HttpStatusCodeException.class
org.springframework.web.client.RequestCallback.class
org.springframework.web.client.AsyncRestTemplate$2.class
org.springframework.web.client.AsyncRequestCallback.class
org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter.class
org.springframework.web.client.RestTemplate.class
org.springframework.web.client.RestClientResponseException.class
org.springframework.web.client.AsyncRestTemplate$ResponseExtractorFuture.class
org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1.class
org.springframework.web.client.ResponseExtractor.class
org.springframework.web.client.RestTemplate$AcceptHeaderRequestCallback.class
org.springframework.web.client.HttpMessageConverterExtractor.class
org.springframework.web.client.RestClientException.class
org.springframework.web.client.RestOperations.class
org.springframework.web.client.AsyncRestTemplate.class
org.springframework.web.client.RestTemplate$1.class
org.springframework.web.bind.ServletRequestUtils$1.class
org.springframework.web.bind.MissingPathVariableException.class
org.springframework.web.bind.support.WebDataBinderFactory.class
org.springframework.web.bind.support.DefaultDataBinderFactory.class
org.springframework.web.bind.support.SessionAttributeStore.class
org.springframework.web.bind.support.SpringWebConstraintValidatorFactory.class
org.springframework.web.bind.support.WebRequestDataBinder$Servlet3MultipartHelper.class
org.springframework.web.bind.support.WebRequestDataBinder.class
org.springframework.web.bind.support.SessionStatus.class
org.springframework.web.bind.support.WebBindingInitializer.class
org.springframework.web.bind.support.SimpleSessionStatus.class
org.springframework.web.bind.support.ConfigurableWebBindingInitializer.class
org.springframework.web.bind.support.DefaultSessionAttributeStore.class
org.springframework.web.bind.support.WebArgumentResolver.class
org.springframework.web.bind.annotation.CrossOrigin.class
org.springframework.web.bind.annotation.RequestHeader.class
org.springframework.web.bind.annotation.RequestParam.class
org.springframework.web.bind.annotation.ResponseStatus.class
org.springframework.web.bind.annotation.support.HandlerMethodResolver$1.class
org.springframework.web.bind.annotation.support.HandlerMethodInvocationException.class
org.springframework.web.bind.annotation.support.HandlerMethodInvoker.class
org.springframework.web.bind.annotation.support.HandlerMethodResolver.class
org.springframework.web.bind.annotation.MatrixVariable.class
org.springframework.web.bind.annotation.ModelAttribute.class
org.springframework.web.bind.annotation.ExceptionHandler.class
org.springframework.web.bind.annotation.CookieValue.class
org.springframework.web.bind.annotation.PostMapping.class
org.springframework.web.bind.annotation.RequestPart.class
org.springframework.web.bind.annotation.RequestMapping.class
org.springframework.web.bind.annotation.GetMapping.class
org.springframework.web.bind.annotation.RequestBody.class
org.springframework.web.bind.annotation.InitBinder.class
org.springframework.web.bind.annotation.PatchMapping.class
org.springframework.web.bind.annotation.Mapping.class
org.springframework.web.bind.annotation.SessionAttribute.class
org.springframework.web.bind.annotation.RestController.class
org.springframework.web.bind.annotation.ControllerAdvice.class
org.springframework.web.bind.annotation.SessionAttributes.class
org.springframework.web.bind.annotation.ResponseBody.class
org.springframework.web.bind.annotation.RestControllerAdvice.class
org.springframework.web.bind.annotation.ValueConstants.class
org.springframework.web.bind.annotation.RequestAttribute.class
org.springframework.web.bind.annotation.DeleteMapping.class
org.springframework.web.bind.annotation.PutMapping.class
org.springframework.web.bind.annotation.PathVariable.class
org.springframework.web.bind.annotation.RequestMethod.class
org.springframework.web.bind.ServletRequestUtils$ParameterParser.class
org.springframework.web.bind.ServletRequestParameterPropertyValues.class
org.springframework.web.bind.MissingServletRequestParameterException.class
org.springframework.web.bind.ServletRequestUtils$DoubleParser.class
org.springframework.web.bind.ServletRequestUtils$FloatParser.class
org.springframework.web.bind.MethodArgumentNotValidException.class
org.springframework.web.bind.ServletRequestUtils$BooleanParser.class
org.springframework.web.bind.ServletRequestDataBinder.class
org.springframework.web.bind.ServletRequestUtils.class
org.springframework.web.bind.ServletRequestBindingException.class
org.springframework.web.bind.WebDataBinder.class
org.springframework.web.bind.UnsatisfiedServletRequestParameterException.class
org.springframework.web.bind.ServletRequestUtils$StringParser.class
org.springframework.web.bind.ServletRequestUtils$LongParser.class
org.springframework.web.bind.ServletRequestUtils$IntParser.class
org.springframework.web.bind.EscapedErrors.class
org.springframework.web.HttpRequestMethodNotSupportedException.class
org.springframework.web.HttpSessionRequiredException.class
org.springframework.web.context.ContextLoader.class
org.springframework.web.context.request.FacesRequestAttributes.class
org.springframework.web.context.request.async.WebAsyncTask.class
org.springframework.web.context.request.async.WebAsyncUtils.class
org.springframework.web.context.request.async.DeferredResult$1.class
org.springframework.web.context.request.async.WebAsyncManager$9.class
org.springframework.web.context.request.async.WebAsyncManager$7.class
org.springframework.web.context.request.async.WebAsyncManager.class
org.springframework.web.context.request.async.DeferredResult.class
org.springframework.web.context.request.async.StandardServletAsyncWebRequest$ErrorHandler.class
org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter.class
org.springframework.web.context.request.async.WebAsyncManager$8.class
org.springframework.web.context.request.async.WebAsyncManager$5.class
org.springframework.web.context.request.async.WebAsyncUtils$AsyncWebRequestFactory.class
org.springframework.web.context.request.async.WebAsyncManager$6.class
org.springframework.web.context.request.async.CallableInterceptorChain.class
org.springframework.web.context.request.async.AsyncWebRequest.class
org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor.class
org.springframework.web.context.request.async.CallableProcessingInterceptor.class
org.springframework.web.context.request.async.DeferredResult$DeferredResultHandler.class
org.springframework.web.context.request.async.WebAsyncManager$1.class
org.springframework.web.context.request.async.DeferredResultProcessingInterceptorAdapter.class
org.springframework.web.context.request.async.WebAsyncManager$2.class
org.springframework.web.context.request.async.StandardServletAsyncWebRequest.class
org.springframework.web.context.request.async.NoSupportAsyncWebRequest.class
org.springframework.web.context.request.async.WebAsyncTask$1.class
org.springframework.web.context.request.async.DeferredResultProcessingInterceptor.class
org.springframework.web.context.request.async.WebAsyncManager$4.class
org.springframework.web.context.request.async.WebAsyncManager$3.class
org.springframework.web.context.request.async.AsyncRequestTimeoutException.class
org.springframework.web.context.request.async.DeferredResultInterceptorChain.class
org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor.class
org.springframework.web.context.request.AbstractRequestAttributes.class
org.springframework.web.context.request.WebRequestInterceptor.class
org.springframework.web.context.request.RequestContextListener.class
org.springframework.web.context.request.ServletWebRequest.class
org.springframework.web.context.request.Log4jNestedDiagnosticContextInterceptor.class
org.springframework.web.context.request.SessionScope.class
org.springframework.web.context.request.ServletRequestAttributes.class
org.springframework.web.context.request.AsyncWebRequestInterceptor.class
org.springframework.web.context.request.RequestScope.class
org.springframework.web.context.request.DestructionCallbackBindingListener.class
org.springframework.web.context.request.RequestContextHolder.class
org.springframework.web.context.request.RequestContextHolder$FacesRequestAttributesFactory.class
org.springframework.web.context.request.NativeWebRequest.class
org.springframework.web.context.request.FacesWebRequest.class
org.springframework.web.context.request.AbstractRequestAttributesScope.class
org.springframework.web.context.request.WebRequest.class
org.springframework.web.context.request.RequestAttributes.class
org.springframework.web.context.request.FacesRequestAttributes$PortletSessionAccessor.class
org.springframework.web.context.support.RequestHandledEvent.class
org.springframework.web.context.support.WebApplicationContextUtils$FacesDependencyRegistrar.class
org.springframework.web.context.support.GenericWebApplicationContext.class
org.springframework.web.context.support.HttpRequestHandlerServlet.class
org.springframework.web.context.support.SpringBeanAutowiringSupport.class
org.springframework.web.context.support.AnnotationConfigWebApplicationContext.class
org.springframework.web.context.support.WebApplicationContextUtils$FacesDependencyRegistrar$1.class
org.springframework.web.context.support.ServletContextAttributeExporter.class
org.springframework.web.context.support.GroovyWebApplicationContext.class
org.springframework.web.context.support.ServletRequestHandledEvent.class
org.springframework.web.context.support.ServletContextAttributeFactoryBean.class
org.springframework.web.context.support.ServletConfigPropertySource.class
org.springframework.web.context.support.WebApplicationContextUtils.class
org.springframework.web.context.support.ServletContextAwareProcessor.class
org.springframework.web.context.support.WebApplicationContextUtils$WebRequestObjectFactory.class
org.springframework.web.context.support.ServletContextScope.class
org.springframework.web.context.support.LiveBeansViewServlet.class
org.springframework.web.context.support.WebApplicationContextUtils$RequestObjectFactory.class
org.springframework.web.context.support.StaticWebApplicationContext.class
org.springframework.web.context.support.ServletContextResourceLoader.class
org.springframework.web.context.support.StandardServletEnvironment.class
org.springframework.web.context.support.WebApplicationContextUtils$FacesDependencyRegistrar$2.class
org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.class
org.springframework.web.context.support.WebApplicationObjectSupport.class
org.springframework.web.context.support.ServletContextLiveBeansView.class
org.springframework.web.context.support.ServletContextResourcePatternResolver.class
org.springframework.web.context.support.WebApplicationContextUtils$SessionObjectFactory.class
org.springframework.web.context.support.ServletContextResource.class
org.springframework.web.context.support.XmlWebApplicationContext.class
org.springframework.web.context.support.WebApplicationContextUtils$1.class
org.springframework.web.context.support.ServletContextPropertySource.class
org.springframework.web.context.support.ServletContextParameterFactoryBean.class
org.springframework.web.context.support.WebApplicationContextUtils$ResponseObjectFactory.class
org.springframework.web.context.support.ContextExposingHttpServletRequest.class
org.springframework.web.context.annotation.SessionScope.class
org.springframework.web.context.annotation.RequestScope.class
org.springframework.web.context.annotation.ApplicationScope.class
org.springframework.web.context.ContextLoaderListener.class
org.springframework.web.context.ConfigurableWebApplicationContext.class
org.springframework.web.context.WebApplicationContext.class
org.springframework.web.context.AbstractContextLoaderInitializer.class
org.springframework.web.context.ServletConfigAware.class
org.springframework.web.context.ConfigurableWebEnvironment.class
org.springframework.web.context.ServletContextAware.class
org.springframework.web.context.ContextCleanupListener.class
org.springframework.web.HttpRequestHandler.class
org.springframework.web.method.support.HandlerMethodReturnValueHandlerComposite.class
org.springframework.web.method.support.InvocableHandlerMethod.class
org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.class
org.springframework.web.method.support.HandlerMethodArgumentResolver.class
org.springframework.web.method.support.CompositeUriComponentsContributor.class
org.springframework.web.method.support.ModelAndViewContainer.class
org.springframework.web.method.support.AsyncHandlerMethodReturnValueHandler.class
org.springframework.web.method.support.UriComponentsContributor.class
org.springframework.web.method.support.HandlerMethodReturnValueHandler.class
org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver.class
org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException.class
org.springframework.web.method.annotation.SessionAttributesHandler.class
org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver$RequestHeaderNamedValueInfo.class
org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver.class
org.springframework.web.method.annotation.MapMethodProcessor.class
org.springframework.web.method.annotation.ModelFactory.class
org.springframework.web.method.annotation.ExpressionValueMethodArgumentResolver$1.class
org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver.class
org.springframework.web.method.annotation.InitBinderDataBinderFactory.class
org.springframework.web.method.annotation.MethodArgumentTypeMismatchException.class
org.springframework.web.method.annotation.ModelFactory$ModelMethod.class
org.springframework.web.method.annotation.RequestHeaderMethodArgumentResolver$1.class
org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.class
org.springframework.web.method.annotation.RequestHeaderMapMethodArgumentResolver.class
org.springframework.web.method.annotation.ExceptionHandlerMethodResolver.class
org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver$CookieValueNamedValueInfo.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
hessian-4.0.38.jar
/com.caucho/hessian/4.0.38
查看hessian所有版本文件
jackson-databind-2.8.11.1.jar
/com.fasterxml.jackson.core/jackson-databind/2.8.11.1
查看jackson-databind所有版本文件
jackson-dataformat-xml-2.8.11.jar
/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/2.8.11
查看jackson-dataformat-xml所有版本文件
gson-2.8.2.jar
/com.google.code.gson/gson/2.8.2
查看gson所有版本文件
protobuf-java-2.6.1.jar
/com.google.protobuf/protobuf-java/2.6.1
查看protobuf-java所有版本文件
protobuf-java-format-1.4.jar
/com.googlecode.protobuf-java-format/protobuf-java-format/1.4
查看protobuf-java-format所有版本文件
rome-1.7.4.jar
/com.rometools/rome/1.7.4
查看rome所有版本文件
okhttp-3.8.1.jar
/com.squareup.okhttp3/okhttp/3.8.1
查看okhttp所有版本文件
okhttp-2.7.5.jar
/com.squareup.okhttp/okhttp/2.7.5
查看okhttp所有版本文件
commons-fileupload-1.3.3.jar
/commons-fileupload/commons-fileupload/1.3.3
查看commons-fileupload所有版本文件
netty-all-4.1.22.Final.jar
/io.netty/netty-all/4.1.22.Final
查看netty-all所有版本文件
javax.el-api-2.2.5.jar
/javax.el/javax.el-api/2.2.5
查看javax.el-api所有版本文件
javax.faces-api-2.2.jar
/javax.faces/javax.faces-api/2.2
查看javax.faces-api所有版本文件
javax.mail-api-1.5.6.jar
/javax.mail/javax.mail-api/1.5.6
查看javax.mail-api所有版本文件
portlet-api-2.0.jar
/javax.portlet/portlet-api/2.0
查看portlet-api所有版本文件
javax.servlet.jsp-api-2.2.1.jar
/javax.servlet.jsp/javax.servlet.jsp-api/2.2.1
查看javax.servlet.jsp-api所有版本文件
validation-api-1.0.0.GA.jar
/javax.validation/validation-api/1.0.0.GA
查看validation-api所有版本文件
log4j-1.2.17.jar
/log4j/log4j/1.2.17
查看log4j所有版本文件
httpasyncclient-4.1.3.jar
/org.apache.httpcomponents/httpasyncclient/4.1.3
查看httpasyncclient所有版本文件
httpclient-4.5.5.jar
/org.apache.httpcomponents/httpclient/4.5.5
查看httpclient所有版本文件
groovy-all-2.4.15.jar
/org.codehaus.groovy/groovy-all/2.4.15
查看groovy-all所有版本文件
jetty-server-9.3.14.v20161028.jar
/org.eclipse.jetty/jetty-server/9.3.14.v20161028
查看jetty-server所有版本文件
jetty-servlet-9.3.14.v20161028.jar
/org.eclipse.jetty/jetty-servlet/9.3.14.v20161028
查看jetty-servlet所有版本文件
spring-aop-4.3.15.RELEASE.jar
/org.springframework/spring-aop/4.3.15.RELEASE
查看spring-aop所有版本文件
spring-beans-4.3.15.RELEASE.jar
/org.springframework/spring-beans/4.3.15.RELEASE
查看spring-beans所有版本文件
spring-context-4.3.15.RELEASE.jar
/org.springframework/spring-context/4.3.15.RELEASE
查看spring-context所有版本文件
spring-core-4.3.15.RELEASE.jar
/org.springframework/spring-core/4.3.15.RELEASE
查看spring-core所有版本文件
spring-oxm-4.3.15.RELEASE.jar
/org.springframework/spring-oxm/4.3.15.RELEASE
查看spring-oxm所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
|