Consistent formatting of license headers, package javadocs, and import declarations
This commit is contained in:
@@ -29,14 +29,14 @@ import org.apache.http.nio.client.HttpAsyncClient;
|
||||
import org.apache.http.nio.entity.NByteArrayEntity;
|
||||
import org.apache.http.protocol.HttpContext;
|
||||
|
||||
import org.springframework.http.HttpHeaders;
|
||||
import org.springframework.http.HttpMethod;
|
||||
import org.springframework.util.concurrent.FailureCallback;
|
||||
import org.springframework.util.concurrent.FutureAdapter;
|
||||
import org.springframework.util.concurrent.ListenableFuture;
|
||||
import org.springframework.util.concurrent.ListenableFutureCallback;
|
||||
import org.springframework.util.concurrent.ListenableFutureCallbackRegistry;
|
||||
import org.springframework.util.concurrent.SuccessCallback;
|
||||
import org.springframework.http.HttpHeaders;
|
||||
import org.springframework.http.HttpMethod;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -22,6 +22,7 @@ import java.io.InputStream;
|
||||
import org.apache.http.Header;
|
||||
import org.apache.http.HttpEntity;
|
||||
import org.apache.http.HttpResponse;
|
||||
|
||||
import org.springframework.http.HttpHeaders;
|
||||
|
||||
/**
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
/**
|
||||
*
|
||||
* Contains an abstraction over client-side HTTP. This package
|
||||
* contains the {@code ClientHttpRequest} and
|
||||
* {@code ClientHttpResponse}, as well as a basic implementation of these
|
||||
* interfaces.
|
||||
*
|
||||
* contains the {@code ClientHttpRequest} and {@code ClientHttpResponse},
|
||||
* as well as a basic implementation of these interfaces.
|
||||
*/
|
||||
package org.springframework.http.client;
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ import java.net.URI;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.http.HttpMethod;
|
||||
import org.springframework.http.client.AsyncClientHttpRequest;
|
||||
import org.springframework.http.client.AsyncClientHttpRequestFactory;
|
||||
|
||||
@@ -22,11 +22,11 @@ import java.net.URI;
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.http.HttpMethod;
|
||||
import org.springframework.http.client.ClientHttpRequest;
|
||||
import org.springframework.http.client.ClientHttpRequestFactory;
|
||||
import org.springframework.http.client.SimpleClientHttpRequestFactory;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
/**
|
||||
* Base class for {@link org.springframework.web.client.RestTemplate}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package provides generic HTTP support classes,
|
||||
* to be used by higher-level classes like RestTemplate.
|
||||
*
|
||||
*/
|
||||
package org.springframework.http.client.support;
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides HttpMessageConverter implementations for handling Atom and RSS feeds.
|
||||
* Based on the <a href="https://github.com/rometools/rome">ROME tools</a> project.
|
||||
*
|
||||
*/
|
||||
package org.springframework.http.converter.feed;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
|
||||
@@ -1,23 +1,4 @@
|
||||
/*
|
||||
* 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 obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides an HttpMessageConverter implementations for handling JSON.
|
||||
*
|
||||
*/
|
||||
package org.springframework.http.converter.json;
|
||||
|
||||
|
||||
@@ -1,24 +1,4 @@
|
||||
|
||||
/*
|
||||
* 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 obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
|
||||
*
|
||||
*/
|
||||
package org.springframework.http.converter;
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
package org.springframework.http.converter.xml;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.xml.transform.Result;
|
||||
import javax.xml.transform.Source;
|
||||
|
||||
|
||||
@@ -1,24 +1,4 @@
|
||||
|
||||
/*
|
||||
* 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 obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides an HttpMessageConverter implementations for handling XML.
|
||||
*
|
||||
*/
|
||||
package org.springframework.http.converter.xml;
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/**
|
||||
*
|
||||
* Contains a basic abstraction over client/server-side HTTP. This package contains
|
||||
* the {@code HttpInputMessage} and {@code HttpOutputMessage} interfaces.
|
||||
*
|
||||
*/
|
||||
package org.springframework.http;
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ package org.springframework.http.server;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
import javax.servlet.AsyncContext;
|
||||
import javax.servlet.AsyncEvent;
|
||||
import javax.servlet.AsyncListener;
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
/**
|
||||
*
|
||||
* Contains an abstraction over server-side HTTP. This package
|
||||
* contains the {@code ServerHttpRequest} and
|
||||
* {@code ServerHttpResponse}, as well as a Servlet-based implementation of these
|
||||
* interfaces.
|
||||
*
|
||||
* contains the {@code ServerHttpRequest} and {@code ServerHttpResponse},
|
||||
* as well as a Servlet-based implementation of these interfaces.
|
||||
*/
|
||||
package org.springframework.http.server;
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
package org.springframework.remoting.caucho;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.servlet.ServletException;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
@@ -33,8 +33,8 @@ import com.caucho.hessian.io.HessianOutput;
|
||||
import com.caucho.hessian.io.HessianRemoteResolver;
|
||||
import com.caucho.hessian.io.SerializerFactory;
|
||||
import com.caucho.hessian.server.HessianSkeleton;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
|
||||
import org.springframework.beans.factory.InitializingBean;
|
||||
import org.springframework.remoting.support.RemoteExporter;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
@@ -1,18 +1,10 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* This package provides remoting classes for Caucho's Hessian and Burlap
|
||||
* protocols: a proxy factory for accessing Hessian/Burlap services,
|
||||
* and an exporter for making beans available to Hessian/Burlap clients.
|
||||
* This package provides remoting classes for Caucho's Hessian protocol:
|
||||
* a proxy factory for accessing Hessian services, and an exporter for
|
||||
* making beans available to Hessian clients.
|
||||
*
|
||||
* <p>Hessian is a slim, binary RPC protocol over HTTP.
|
||||
* For information on Hessian, see the
|
||||
* <a href="http://www.caucho.com/hessian">Hessian website</a>
|
||||
*
|
||||
* <p>Burlap is a slim, XML-based RPC protocol over HTTP.
|
||||
* For information on Burlap, see the
|
||||
* <a href="http://www.caucho.com/burlap">Burlap website</a>
|
||||
*
|
||||
*/
|
||||
package org.springframework.remoting.caucho;
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@ import org.apache.http.StatusLine;
|
||||
import org.apache.http.client.HttpClient;
|
||||
import org.apache.http.client.methods.HttpPost;
|
||||
import org.apache.http.entity.ByteArrayEntity;
|
||||
|
||||
import org.springframework.context.i18n.LocaleContext;
|
||||
import org.springframework.context.i18n.LocaleContextHolder;
|
||||
import org.springframework.remoting.support.RemoteInvocationResult;
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
|
||||
* Uses Java serialization just like RMI, but provides the same ease of setup
|
||||
* as Caucho's HTTP-based Hessian and Burlap protocols.
|
||||
@@ -9,7 +7,5 @@
|
||||
* It is more powerful and more extensible than Hessian and Burlap, at the
|
||||
* expense of being tied to Java. Neverthelesss, it is as easy to set up as
|
||||
* Hessian and Burlap, which is its main advantage compared to RMI.
|
||||
*
|
||||
*/
|
||||
package org.springframework.remoting.httpinvoker;
|
||||
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC),
|
||||
* as included in Java 6 and Java EE 5. This package provides proxy
|
||||
* factories for accessing JAX-WS services and ports.
|
||||
*
|
||||
*/
|
||||
package org.springframework.remoting.jaxws;
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
package org.springframework.web;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.servlet.ServletException;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
@@ -21,6 +21,7 @@ import java.util.List;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.http.MediaType;
|
||||
import org.springframework.web.context.request.NativeWebRequest;
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ import java.util.Map;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.http.MediaType;
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.web.HttpMediaTypeNotAcceptableException;
|
||||
|
||||
@@ -20,13 +20,13 @@ import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.util.Locale;
|
||||
import java.util.Map;
|
||||
|
||||
import javax.activation.FileTypeMap;
|
||||
import javax.activation.MimetypesFileTypeMap;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.core.io.ClassPathResource;
|
||||
import org.springframework.core.io.Resource;
|
||||
import org.springframework.http.MediaType;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
package org.springframework.web.accept;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
import javax.servlet.ServletContext;
|
||||
|
||||
import org.springframework.http.MediaType;
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
/**
|
||||
* This package contains classes used to determine the requested the media types in a request.
|
||||
*
|
||||
@@ -14,4 +13,3 @@
|
||||
* ore more of the above strategies in a specific order.
|
||||
*/
|
||||
package org.springframework.web.accept;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Annotations for binding requests to controllers and handler methods
|
||||
* as well as for binding request parameters to method arguments.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.bind.annotation;
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ import java.util.Set;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.beans.BeanUtils;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.core.BridgeMethodResolver;
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for web annotation processing.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.bind.annotation.support;
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides web-specific data binding functionality.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.bind;
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for web data binding.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.bind.support;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Core package of the client-side web support.
|
||||
* Provides a RestTemplate class and various callback interfaces.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.client;
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/**
|
||||
*
|
||||
* Classes supporting the {@code org.springframework.web.client} package.
|
||||
* Contains a base class for RestTemplate usage.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.client.support;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Contains a variant of the application context interface for web applications,
|
||||
* and the ContextLoaderListener that bootstraps a root web application context.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.context;
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ package org.springframework.web.context.request;
|
||||
|
||||
import org.apache.log4j.Logger;
|
||||
import org.apache.log4j.NDC;
|
||||
|
||||
import org.springframework.ui.ModelMap;
|
||||
|
||||
/**
|
||||
|
||||
@@ -20,6 +20,7 @@ import java.util.concurrent.Callable;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.web.context.request.NativeWebRequest;
|
||||
|
||||
/**
|
||||
|
||||
@@ -20,6 +20,7 @@ import java.util.concurrent.Callable;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.web.context.request.NativeWebRequest;
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ import java.util.List;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.web.context.request.NativeWebRequest;
|
||||
|
||||
/**
|
||||
|
||||
@@ -20,7 +20,6 @@ import java.io.IOException;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.atomic.AtomicBoolean;
|
||||
|
||||
import javax.servlet.AsyncContext;
|
||||
import javax.servlet.AsyncEvent;
|
||||
import javax.servlet.AsyncListener;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
package org.springframework.web.context.request.async;
|
||||
|
||||
import java.util.concurrent.Callable;
|
||||
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
import org.springframework.http.HttpStatus;
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
package org.springframework.web.context.request.async;
|
||||
|
||||
import java.lang.reflect.Constructor;
|
||||
|
||||
import javax.servlet.ServletRequest;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
@@ -1,10 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support for asynchronous request processing.
|
||||
*
|
||||
* @since 3.2
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.context.request.async;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support for generic request context holding, in particular for
|
||||
* scoping of application objects per HTTP request or HTTP session.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.context.request;
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ package org.springframework.web.context.support;
|
||||
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletRequestWrapper;
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
package org.springframework.web.context.support;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
import javax.servlet.ServletException;
|
||||
import javax.servlet.http.HttpServlet;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
package org.springframework.web.context.support;
|
||||
|
||||
import java.util.Properties;
|
||||
|
||||
import javax.servlet.ServletContext;
|
||||
|
||||
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/**
|
||||
*
|
||||
* Classes supporting the {@code org.springframework.web.context} package,
|
||||
* such as WebApplicationContext implementations and various utility classes.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.context.support;
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@ package org.springframework.web.filter;
|
||||
import java.util.Enumeration;
|
||||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import javax.servlet.Filter;
|
||||
import javax.servlet.FilterConfig;
|
||||
import javax.servlet.ServletContext;
|
||||
@@ -27,6 +26,7 @@ import javax.servlet.ServletException;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.beans.BeanWrapper;
|
||||
import org.springframework.beans.BeansException;
|
||||
import org.springframework.beans.MutablePropertyValues;
|
||||
@@ -44,8 +44,8 @@ import org.springframework.core.io.ResourceLoader;
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.util.StringUtils;
|
||||
import org.springframework.web.context.ServletContextAware;
|
||||
import org.springframework.web.context.support.StandardServletEnvironment;
|
||||
import org.springframework.web.context.support.ServletContextResourceLoader;
|
||||
import org.springframework.web.context.support.StandardServletEnvironment;
|
||||
import org.springframework.web.util.NestedServletException;
|
||||
|
||||
/**
|
||||
|
||||
@@ -28,7 +28,6 @@ import java.util.LinkedHashSet;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
import javax.servlet.FilterChain;
|
||||
import javax.servlet.ServletException;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Provides generic filter base classes allowing for bean-style configuration.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.filter;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* ELResolvers for integrating a JSF web tier with a Spring middle tier
|
||||
* ELResolvers for integrating a JSF web layer with a Spring service layer
|
||||
* which is hosted in a Spring root WebApplicationContext.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.jsf.el;
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for integrating a JSF web tier with a Spring middle tier
|
||||
* 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 expressions, for example in property values of JSF-managed beans.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.jsf;
|
||||
|
||||
|
||||
@@ -24,7 +24,6 @@ import org.springframework.beans.factory.config.BeanExpressionContext;
|
||||
import org.springframework.beans.factory.config.BeanExpressionResolver;
|
||||
import org.springframework.beans.factory.config.ConfigurableBeanFactory;
|
||||
import org.springframework.core.MethodParameter;
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.web.bind.WebDataBinder;
|
||||
import org.springframework.web.bind.annotation.ValueConstants;
|
||||
import org.springframework.web.bind.support.WebDataBinderFactory;
|
||||
|
||||
@@ -26,6 +26,7 @@ import java.util.Set;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
|
||||
import org.springframework.beans.BeanUtils;
|
||||
import org.springframework.core.Conventions;
|
||||
import org.springframework.core.GenericTypeResolver;
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for annotation-based handler method processing.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.method.annotation;
|
||||
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
/**
|
||||
*
|
||||
* Common infrastructure for handler method processing, as used by
|
||||
* Spring MVC's {@code org.springframework.web.servlet.mvc.method} package.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.method;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Generic support classes for handler method processing.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.method.support;
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.Serializable;
|
||||
|
||||
import org.apache.commons.fileupload.FileItem;
|
||||
import org.apache.commons.fileupload.FileUploadException;
|
||||
import org.apache.commons.fileupload.disk.DiskFileItem;
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* MultipartResolver implementation for
|
||||
* <a href="http://jakarta.apache.org/commons/fileupload">Jakarta Commons FileUpload</a>.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.multipart.commons;
|
||||
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Multipart resolution framework for handling file uploads.
|
||||
* Provides a MultipartResolver strategy interface,
|
||||
* and a generic extension of the HttpServletRequest interface
|
||||
* for accessing multipart files in web application code.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web.multipart;
|
||||
|
||||
|
||||
@@ -19,7 +19,6 @@ package org.springframework.web.multipart.support;
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
import org.springframework.http.HttpHeaders;
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Support classes for the multipart resolution framework.
|
||||
* Contains property editors for multipart files, and a
|
||||
* servlet filter for multipart handling without Spring's web MVC.
|
||||
*
|
||||
* Contains property editors for multipart files, and a Servlet filter
|
||||
* for multipart handling without Spring's Web MVC.
|
||||
*/
|
||||
package org.springframework.web.multipart.support;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Common, generic interfaces that define minimal boundary points
|
||||
* between Spring's web infrastructure and other framework modules.
|
||||
*
|
||||
*/
|
||||
package org.springframework.web;
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
package org.springframework.web.util;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
import javax.servlet.http.HttpSessionEvent;
|
||||
import javax.servlet.http.HttpSessionListener;
|
||||
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
package org.springframework.web.util;
|
||||
|
||||
import java.beans.Introspector;
|
||||
|
||||
import javax.servlet.ServletContextEvent;
|
||||
import javax.servlet.ServletContextListener;
|
||||
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
|
||||
/**
|
||||
*
|
||||
* Miscellaneous web utility classes, such as HTML escaping,
|
||||
* log4j initialization, and cookie handling.
|
||||
*
|
||||
* Log4j initialization, and cookie handling.
|
||||
*/
|
||||
package org.springframework.web.util;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user