组织ID: |
org.springframework |
项目ID: |
spring-web |
版本: |
3.2.18.RELEASE |
最后修改时间: |
2018-07-24 06:31:32 |
包类型: |
jar |
标题: |
Spring Web |
描述: |
Spring Web |
相关URL: |
https://github.com/SpringSource/spring-framework |
大小: |
616.56KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.2.18.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-web:3.2.18.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>3.2.18.RELEASE</version>
<name>Spring Web</name>
<description>Spring Web</description>
<url>https://github.com/SpringSource/spring-framework</url>
<organization>
<name>SpringSource</name>
<url>http://springsource.org/spring-framework</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jhoeller</id>
<name>Juergen Hoeller</name>
<email>jhoeller@gopivotal.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/SpringSource/spring-framework</connection>
<developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection>
<url>https://github.com/SpringSource/spring-framework</url>
</scm>
<dependencies>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>hessian</artifactId>
<version>3.2.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.0.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.3.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
<version>1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>1.2_08</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>jsp-api</artifactId>
<version>2.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxrpc-api</artifactId>
<version>1.1</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>httpclient</artifactId>
<version>4.2.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.7.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>8.1.5.v20120716</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>javax.servlet</artifactId>
<groupId>org.eclipse.jetty.orbit</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>8.1.5.v20120716</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>javax.servlet</artifactId>
<groupId>org.eclipse.jetty.orbit</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>rome</groupId>
<artifactId>rome</artifactId>
<version>1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
<scope>provided</scope>
</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.HttpHeaders.class
org.springframework.http.HttpRequest.class
org.springframework.http.HttpEntity.class
org.springframework.http.HttpInputMessage.class
org.springframework.http.MediaTypeEditor.class
org.springframework.http.InvalidMediaTypeException.class
org.springframework.http.HttpStatus.class
org.springframework.http.ResponseEntity.class
org.springframework.http.HttpStatus$Series.class
org.springframework.http.HttpMessage.class
org.springframework.http.HttpMethod.class
org.springframework.http.HttpOutputMessage.class
org.springframework.http.MediaType$1.class
org.springframework.http.MediaType$2.class
org.springframework.http.MediaType.class
org.springframework.http.client.ClientHttpRequestFactory.class
org.springframework.http.client.ClientHttpResponse.class
org.springframework.http.client.AbstractClientHttpRequest.class
org.springframework.http.client.SimpleClientHttpResponse.class
org.springframework.http.client.AbstractBufferingClientHttpRequest.class
org.springframework.http.client.SimpleClientHttpRequestFactory.class
org.springframework.http.client.HttpComponentsClientHttpRequestFactory.class
org.springframework.http.client.CommonsClientHttpRequestFactory$1.class
org.springframework.http.client.InterceptingClientHttpRequest.class
org.springframework.http.client.ClientHttpRequestInterceptor.class
org.springframework.http.client.InterceptingClientHttpRequest$InterceptingRequestExecution.class
org.springframework.http.client.ClientHttpRequestExecution.class
org.springframework.http.client.CommonsClientHttpResponse.class
org.springframework.http.client.CommonsClientHttpRequestFactory.class
org.springframework.http.client.HttpComponentsClientHttpRequest.class
org.springframework.http.client.BufferingClientHttpRequestWrapper.class
org.springframework.http.client.AbstractClientHttpResponse.class
org.springframework.http.client.CommonsClientHttpRequest.class
org.springframework.http.client.HttpComponentsClientHttpResponse.class
org.springframework.http.client.HttpComponentsClientHttpRequestFactory$1.class
org.springframework.http.client.SimpleStreamingClientHttpRequest.class
org.springframework.http.client.BufferingClientHttpRequestFactory.class
org.springframework.http.client.SimpleBufferingClientHttpRequest.class
org.springframework.http.client.ClientHttpRequest.class
org.springframework.http.client.BufferingClientHttpResponseWrapper.class
org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper.class
org.springframework.http.client.InterceptingClientHttpRequestFactory.class
org.springframework.http.client.support.HttpAccessor.class
org.springframework.http.client.support.InterceptingHttpAccessor.class
org.springframework.http.client.support.HttpRequestWrapper.class
org.springframework.http.client.support.ProxyFactoryBean.class
org.springframework.http.server.ServerHttpResponse.class
org.springframework.http.server.ServletServerHttpResponse.class
org.springframework.http.server.ServerHttpRequest.class
org.springframework.http.server.ServletServerHttpRequest.class
org.springframework.http.converter.HttpMessageNotWritableException.class
org.springframework.http.converter.StringHttpMessageConverter.class
org.springframework.http.converter.FormHttpMessageConverter$MultipartHttpOutputMessage.class
org.springframework.http.converter.ResourceHttpMessageConverter$ActivationMediaTypeFactory.class
org.springframework.http.converter.AbstractHttpMessageConverter.class
org.springframework.http.converter.ResourceHttpMessageConverter.class
org.springframework.http.converter.FormHttpMessageConverter.class
org.springframework.http.converter.BufferedImageHttpMessageConverter.class
org.springframework.http.converter.HttpMessageConversionException.class
org.springframework.http.converter.ByteArrayHttpMessageConverter.class
org.springframework.http.converter.ObjectToStringHttpMessageConverter.class
org.springframework.http.converter.HttpMessageConverter.class
org.springframework.http.converter.GenericHttpMessageConverter.class
org.springframework.http.converter.HttpMessageNotReadableException.class
org.springframework.http.converter.support.AllEncompassingFormHttpMessageConverter.class
org.springframework.http.converter.json.Jackson2ObjectMapperFactoryBean.class
org.springframework.http.converter.json.JacksonObjectMapperFactoryBean.class
org.springframework.http.converter.json.MappingJackson2HttpMessageConverter.class
org.springframework.http.converter.json.MappingJacksonHttpMessageConverter.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.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.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.CommonsHttpInvokerRequestExecutor.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.jaxrpc.LocalJaxRpcServiceFactory.class
org.springframework.remoting.jaxrpc.JaxRpcServicePostProcessor.class
org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean.class
org.springframework.remoting.jaxrpc.LocalJaxRpcServiceFactoryBean.class
org.springframework.remoting.jaxrpc.JaxRpcSoapFaultException.class
org.springframework.remoting.jaxrpc.ServletEndpointSupport.class
org.springframework.remoting.jaxrpc.JaxRpcPortClientInterceptor.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.JaxWsPortClientInterceptor$FeaturePortProvider.class
org.springframework.remoting.jaxws.SimpleJaxWsServiceExporter.class
org.springframework.remoting.jaxws.JaxWsPortClientInterceptor.class
org.springframework.remoting.jaxws.SimpleHttpServerJaxWsServiceExporter.class
org.springframework.remoting.jaxws.JaxWsPortClientInterceptor$1.class
org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter$1.class
org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter$FeatureEndpointProvider.class
org.springframework.web.HttpMediaTypeException.class
org.springframework.web.HttpMediaTypeNotAcceptableException.class
org.springframework.web.HttpMediaTypeNotSupportedException.class
org.springframework.web.HttpRequestMethodNotSupportedException.class
org.springframework.web.HttpSessionRequiredException.class
org.springframework.web.HttpRequestHandler.class
org.springframework.web.WebApplicationInitializer.class
org.springframework.web.SpringServletContainerInitializer.class
org.springframework.web.jsf.DelegatingPhaseListenerMulticaster.class
org.springframework.web.jsf.SpringBeanVariableResolver.class
org.springframework.web.jsf.DelegatingVariableResolver.class
org.springframework.web.jsf.WebApplicationContextVariableResolver.class
org.springframework.web.jsf.DelegatingNavigationHandlerProxy.class
org.springframework.web.jsf.DecoratingNavigationHandler.class
org.springframework.web.jsf.FacesContextUtils.class
org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.class
org.springframework.web.jsf.el.SpringBeanFacesELResolver.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.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.StringMultipartFileEditor.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.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.ContentNegotiationManager.class
org.springframework.web.accept.ParameterContentNegotiationStrategy.class
org.springframework.web.accept.HeaderContentNegotiationStrategy.class
org.springframework.web.accept.PathExtensionContentNegotiationStrategy$JafMediaTypeFactory.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.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.HttpServerErrorException.class
org.springframework.web.client.RestTemplate$HttpEntityRequestCallback.class
org.springframework.web.client.RestTemplate$HeadersExtractor.class
org.springframework.web.client.HttpClientErrorException.class
org.springframework.web.client.HttpStatusCodeException.class
org.springframework.web.client.RequestCallback.class
org.springframework.web.client.RestTemplate.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.RestTemplate$1.class
org.springframework.web.client.support.RestGatewaySupport.class
org.springframework.web.bind.ServletRequestUtils$1.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.bind.support.WebDataBinderFactory.class
org.springframework.web.bind.support.DefaultDataBinderFactory.class
org.springframework.web.bind.support.SessionAttributeStore.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.RequestHeader.class
org.springframework.web.bind.annotation.RequestParam.class
org.springframework.web.bind.annotation.ResponseStatus.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.RequestPart.class
org.springframework.web.bind.annotation.RequestMapping.class
org.springframework.web.bind.annotation.RequestBody.class
org.springframework.web.bind.annotation.InitBinder.class
org.springframework.web.bind.annotation.Mapping.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.ValueConstants.class
org.springframework.web.bind.annotation.PathVariable.class
org.springframework.web.bind.annotation.RequestMethod.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.context.ContextLoader.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.context.request.FacesRequestAttributes.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.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$7.class
org.springframework.web.context.request.async.WebAsyncManager.class
org.springframework.web.context.request.async.DeferredResult.class
org.springframework.web.context.request.async.CallableProcessingInterceptorAdapter.class
org.springframework.web.context.request.async.WebAsyncManager$5.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.DeferredResultInterceptorChain.class
org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor.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.ServletRequestHandledEvent.class
org.springframework.web.context.support.ServletContextFactoryBean.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.ServletContextPropertyPlaceholderConfigurer.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.ContextExposingHttpServletRequest.class
org.springframework.web.method.HandlerMethodSelector.class
org.springframework.web.method.HandlerMethodSelector$1.class
org.springframework.web.method.ControllerAdviceBean.class
org.springframework.web.method.HandlerMethod$HandlerMethodParameter.class
org.springframework.web.method.HandlerMethod.class
org.springframework.web.method.HandlerMethod$ReturnValueMethodParameter.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.ModelAndViewContainer.class
org.springframework.web.method.support.HandlerMethodReturnValueHandler.class
org.springframework.web.method.annotation.SessionStatusMethodArgumentResolver.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.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
org.springframework.web.method.annotation.ModelMethodProcessor.class
org.springframework.web.method.annotation.ExceptionHandlerMethodResolver$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
aopalliance-1.0.jar
/aopalliance/aopalliance/1.0
查看aopalliance所有版本文件
hessian-3.2.1.jar
/com.caucho/hessian/3.2.1
查看hessian所有版本文件
jackson-databind-2.0.6.jar
/com.fasterxml.jackson.core/jackson-databind/2.0.6
查看jackson-databind所有版本文件
commons-fileupload-1.3.1.jar
/commons-fileupload/commons-fileupload/1.3.1
查看commons-fileupload所有版本文件
commons-httpclient-3.1.jar
/commons-httpclient/commons-httpclient/3.1
查看commons-httpclient所有版本文件
commons-io-1.3.jar
/commons-io/commons-io/1.3
查看commons-io所有版本文件
el-api-1.0.jar
/javax.el/el-api/1.0
查看el-api所有版本文件
jsf-api-1.2_08.jar
/javax.faces/jsf-api/1.2_08
查看jsf-api所有版本文件
portlet-api-2.0.jar
/javax.portlet/portlet-api/2.0
查看portlet-api所有版本文件
jsp-api-2.1.jar
/javax.servlet.jsp/jsp-api/2.1
查看jsp-api所有版本文件
saaj-api-1.3.jar
/javax.xml.soap/saaj-api/1.3
查看saaj-api所有版本文件
jaxrpc-api-1.1.jar
/javax.xml/jaxrpc-api/1.1
查看jaxrpc-api所有版本文件
log4j-1.2.17.jar
/log4j/log4j/1.2.17
查看log4j所有版本文件
httpclient-4.2.6.jar
/org.apache.httpcomponents/httpclient/4.2.6
查看httpclient所有版本文件
jackson-mapper-asl-1.7.9.jar
/org.codehaus.jackson/jackson-mapper-asl/1.7.9
查看jackson-mapper-asl所有版本文件
jetty-server-8.1.5.v20120716.jar
/org.eclipse.jetty/jetty-server/8.1.5.v20120716
查看jetty-server所有版本文件
jetty-servlet-8.1.5.v20120716.jar
/org.eclipse.jetty/jetty-servlet/8.1.5.v20120716
查看jetty-servlet所有版本文件
spring-aop-3.2.18.RELEASE.jar
/org.springframework/spring-aop/3.2.18.RELEASE
查看spring-aop所有版本文件
spring-beans-3.2.18.RELEASE.jar
/org.springframework/spring-beans/3.2.18.RELEASE
查看spring-beans所有版本文件
spring-context-3.2.18.RELEASE.jar
/org.springframework/spring-context/3.2.18.RELEASE
查看spring-context所有版本文件
spring-core-3.2.18.RELEASE.jar
/org.springframework/spring-core/3.2.18.RELEASE
查看spring-core所有版本文件
spring-oxm-3.2.18.RELEASE.jar
/org.springframework/spring-oxm/3.2.18.RELEASE
查看spring-oxm所有版本文件
rome-1.0.jar
/rome/rome/1.0
查看rome所有版本文件
standard-1.1.2.jar
/taglibs/standard/1.1.2
查看standard所有版本文件
activation-1.1.jar
/javax.activation/activation/1.1
查看activation所有版本文件
javax.servlet-api-3.0.1.jar
/javax.servlet/javax.servlet-api/3.0.1
查看javax.servlet-api所有版本文件
|