A C D E F G H I L M N O P R S T V W

A

AbstractFileResolvingResource - Class in org.springframework.core.io
Abstract base class for resources which resolve URLs into File references, such as UrlResource or ClassPathResource.
AbstractFileResolvingResource() - Constructor for class org.springframework.core.io.AbstractFileResolvingResource
 
addPartConverter(HttpMessageConverter<?>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Add a message body converter.
addResourcePathToPackagePath(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return a path suitable for use with ClassLoader.getResource (also suitable for use with Class.getResource by prepending a slash ('/') to the return value).
ALL - Static variable in class org.springframework.http.MediaType
Public constant media type that includes all media ranges (i.e.
AndroidLog - Class in org.apache.commons.logging.impl
Implementation of org.apache.commons.logging.Log interface which delegates all processing to android.util.Log instance.
AndroidLog() - Constructor for class org.apache.commons.logging.impl.AndroidLog
 
AndroidLog(String) - Constructor for class org.apache.commons.logging.impl.AndroidLog
 
AndroidLogFactory - Class in org.apache.commons.logging.impl
Concrete subclass of LogFactory.
AndroidLogFactory() - Constructor for class org.apache.commons.logging.impl.AndroidLogFactory
Public no-arguments constructor required by the lookup mechanism.
APPLICATION_ATOM_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/atom+xml.
APPLICATION_FORM_URLENCODED - Static variable in class org.springframework.http.MediaType
Public constant media type for application/x-www-form-urlencoded.
APPLICATION_JSON - Static variable in class org.springframework.http.MediaType
Public constant media type for application/json.
APPLICATION_OCTET_STREAM - Static variable in class org.springframework.http.MediaType
Public constant media type for application/octet-stream.
APPLICATION_XHTML_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for application/xhtml+xml.
APPLICATION_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for image/xml.
ARRAY_SUFFIX - Static variable in class org.springframework.util.ClassUtils
Suffix for array class names: "[]"
attributes - Variable in class org.apache.commons.logging.impl.AndroidLogFactory
Configuration attributes.

C

canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
cause - Variable in exception org.apache.commons.logging.LogConfigurationException
The underlying cause of this exception.
CGLIB_CLASS_SEPARATOR - Static variable in class org.springframework.util.ClassUtils
The CGLIB class separator character "$$"
CLASS_FILE_SUFFIX - Static variable in class org.springframework.util.ClassUtils
The ".class" file suffix
classNamesToString(Class...) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given array.
classNamesToString(Collection<Class>) - Static method in class org.springframework.util.ClassUtils
Build a String that consists of the names of the classes/interfaces in the given collection.
classPackageAsResourcePath(Class<?>) - Static method in class org.springframework.util.ClassUtils
Given an input class object, return a string which consists of the class's package name as a pathname, i.e., all dots ('.') are replaced by slashes ('/').
ClassUtils - Class in org.springframework.util
Miscellaneous class utility methods.
ClassUtils() - Constructor for class org.springframework.util.ClassUtils
 
compareTo(MediaType) - Method in class org.springframework.http.MediaType
Compares this MediaType to another alphabetically.
contentLength() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
convertClassNameToResourcePath(String) - Static method in class org.springframework.util.ClassUtils
Convert a "."-based fully qualified class name to a "/"-based resource path.
convertResourcePathToClassName(String) - Static method in class org.springframework.util.ClassUtils
Convert a "/"-based resource path to a "."-based fully qualified class name.
createCompositeInterface(Class<?>[], ClassLoader) - Static method in class org.springframework.util.ClassUtils
Create a composite interface Class for the given interfaces, implementing the given interfaces in one single Class.
createFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.

D

debug(Object) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the input parameter to String and then delegates to the d method of android.util.Log.
debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the first input parameter to String and then delegates to the d method of android.util.Log.
debug(Object) - Method in interface org.apache.commons.logging.Log
Log a message with debug log level.
debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with debug log level.
delete(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
delete(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
delete(URI) - Method in class org.springframework.web.client.RestTemplate
 
DIAGNOSTICS_DEST_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
The name (org.apache.commons.logging.diagnostics.dest) of the property used to enable internal commons-logging diagnostic output, in order to get information on what logging implementations are being discovered, what classloaders they are loaded through, etc.
directGetContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
Execute the given method on the provided URI.

E

equals(Object) - Method in class org.springframework.http.MediaType
 
error(Object) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the input parameter to String and then delegates to the e method of android.util.Log.
error(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the first input parameter to String and then delegates to the e method of android.util.Log.
error(Object) - Method in interface org.apache.commons.logging.Log
Log a message with error log level.
error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with error log level.
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
exchange(String, HttpMethod, HttpEntity<?>, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
exchange(URI, HttpMethod, HttpEntity<?>, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
execute(String, HttpMethod, RequestCallback, ResponseExtractor<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
execute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.springframework.web.client.RestTemplate
 
exists() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 

F

factories - Static variable in class org.apache.commons.logging.LogFactory
The previously constructed LogFactory instances, keyed by the ClassLoader with which it was created.
FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
The fully qualified class name of the fallback LogFactory implementation class to use, if no other can be found.
FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
The name of the properties file to search for.
FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
The name of the property used to identify the LogFactory implementation class name.
fatal(Object) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the input parameter to String and then delegates to the e method of android.util.Log.
fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the first input parameter to String and then delegates to the e method of android.util.Log.
fatal(Object) - Method in interface org.apache.commons.logging.Log
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with fatal log level.
FormHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can handle form data, including multipart form data (i.e.
FormHttpMessageConverter() - Constructor for class org.springframework.http.converter.FormHttpMessageConverter
 
forName(String) - Static method in class org.springframework.util.ClassUtils
Deprecated. as of Spring 3.0, in favor of specifying a ClassLoader explicitly: see ClassUtils.forName(String, ClassLoader)
forName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Replacement for Class.forName() that also returns Class instances for primitives (e.g."int") and array class names (e.g.

G

generateMultipartBoundary() - Method in class org.springframework.http.converter.FormHttpMessageConverter
Generate a multipart boundary.
getAllInterfaces(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as array, including ones implemented by superclasses.
getAllInterfacesAsSet(Object) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given instance implements as Set, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClass(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as array, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAllInterfacesForClassAsSet(Class, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Return all interfaces that the given class implements as Set, including ones implemented by superclasses.
getAttribute(String) - Method in class org.apache.commons.logging.impl.AndroidLogFactory
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttribute(String) - Method in class org.apache.commons.logging.LogFactory
Return the configuration attribute with the specified name (if any), or null if there is no such attribute.
getAttributeNames() - Method in class org.apache.commons.logging.impl.AndroidLogFactory
Return an array containing the names of all currently defined configuration attributes.
getAttributeNames() - Method in class org.apache.commons.logging.LogFactory
Return an array containing the names of all currently defined configuration attributes.
getCause() - Method in exception org.apache.commons.logging.LogConfigurationException
Return the underlying cause of this exception (if any).
getCharSet() - Method in class org.springframework.http.MediaType
Return the character set, as indicated by a charset parameter, if any.
getClassFileName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the name of the class file, relative to the containing package: e.g.
getClassLoader(Class) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
getConstructorIfAvailable(Class<T>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature, and return it if available (else return null).
getContentLength(Resource, MediaType) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
getDefaultClassLoader() - Static method in class org.springframework.util.ClassUtils
Return the default ClassLoader to use: typically the thread context ClassLoader, if available; the ClassLoader that loaded the ClassUtils class will be used as fallback.
getDescriptiveType(Object) - Static method in class org.springframework.util.ClassUtils
Return a descriptive name for the given object's type: usually simply the class name, but component type class name + "[]" for arrays, and an appended list of implemented interfaces for JDK proxies.
getErrorHandler() - Method in class org.springframework.web.client.RestTemplate
Return the error handler.
getFactory() - Static method in class org.apache.commons.logging.LogFactory
Construct (if necessary) and return a LogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
getFile() - Method in class org.springframework.core.io.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFile(URI) - Method in class org.springframework.core.io.AbstractFileResolvingResource
This implementation returns a File reference for the underlying class path resource, provided that it refers to a file in the file system.
getFileForLastModifiedCheck() - Method in class org.springframework.core.io.AbstractFileResolvingResource
This implementation determines the underlying File (or jar file, in case of a resource in a jar/zip).
getFilename(Object) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Return the filename of the given multipart part.
getForEntity(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForEntity(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(String, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(String, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
getForObject(URI, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
getInstance(Class) - Method in class org.apache.commons.logging.impl.AndroidLogFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.apache.commons.logging.impl.AndroidLogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(Class) - Method in class org.apache.commons.logging.LogFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.apache.commons.logging.LogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getLog(Class) - Static method in class org.apache.commons.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLog(String) - Static method in class org.apache.commons.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getMessageConverters() - Method in class org.springframework.web.client.RestTemplate
Returns the message body converters.
getMethodCountForName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Return the number of methods with a given name (with any argument types), for the given class and/or its superclasses.
getMethodIfAvailable(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a method with the given signature, and return it if available (else return null).
getPackageName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Determine the name of the package of the given class: e.g.
getParameter(String) - Method in class org.springframework.http.MediaType
Return a generic parameter value, given a parameter name.
getQualifiedMethodName(Method) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given method, consisting of fully qualified interface/class name + "." + method name.
getQualifiedName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the qualified name of the given class: usually simply the class name, but component type class name + "[]" for arrays.
getQualityValue() - Method in class org.springframework.http.MediaType
Return the quality value, as indicated by a q parameter, if any.
getShortName(String) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getShortName(Class<?>) - Static method in class org.springframework.util.ClassUtils
Get the class name without the qualified package name.
getStaticMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Return a public static method of a class.
getSubtype() - Method in class org.springframework.http.MediaType
Return the subtype.
getSupportedMediaTypes() - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
getSupportedMediaTypes() - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
getType() - Method in class org.springframework.http.MediaType
Return the primary type.
getUserClass(Object) - Static method in class org.springframework.util.ClassUtils
Return the user-defined class for the given instance: usually simply the class of the given instance, but the original class in case of a CGLIB-generated subclass.
getUserClass(Class<?>) - Static method in class org.springframework.util.ClassUtils
Return the user-defined class for the given class: usually simply the given class, but the original class in case of a CGLIB-generated subclass.

H

hasAtLeastOneMethodWithName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Does the given class or one of its superclasses at least have one or more methods with the supplied name (with any argument types)? Includes non-public methods.
hasConstructor(Class<?>, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a public constructor with the given signature.
hashCode() - Method in class org.springframework.http.MediaType
 
HASHTABLE_IMPLEMENTATION_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
Setting this system property value allows the Hashtable used to store classloaders to be substituted by an alternative implementation.
hasMethod(Class<?>, String, Class<?>...) - Static method in class org.springframework.util.ClassUtils
Determine whether the given class has a method with the given signature.
headForHeaders(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
headForHeaders(URI) - Method in class org.springframework.web.client.RestTemplate
 

I

IMAGE_GIF - Static variable in class org.springframework.http.MediaType
Public constant media type for image/gif.
IMAGE_JPEG - Static variable in class org.springframework.http.MediaType
Public constant media type for image/jpeg.
IMAGE_PNG - Static variable in class org.springframework.http.MediaType
Public constant media type for image/png.
includes(MediaType) - Method in class org.springframework.http.MediaType
Indicate whether this MediaType includes the given media type.
info(Object) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the input parameter to String and then delegates to the i method of android.util.Log.
info(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the first input parameter to String and then delegates to the i method of android.util.Log.
info(Object) - Method in interface org.apache.commons.logging.Log
Log a message with info log level.
info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with info log level.
isAssignable(Class<?>, Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the right-hand side type may be assigned to the left-hand side type, assuming setting by reflection.
isAssignableValue(Class<?>, Object) - Static method in class org.springframework.util.ClassUtils
Determine if the given type is assignable from the given value, assuming setting by reflection.
isCacheSafe(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Check whether the given class is cache-safe in the given context, i.e.
isCompatibleWith(MediaType) - Method in class org.springframework.http.MediaType
Indicate whether this MediaType is compatible with the given media type.
isDebugEnabled() - Method in class org.apache.commons.logging.impl.AndroidLog
Delegates to the isLoggable method of android.util.Log.
isDebugEnabled() - Method in interface org.apache.commons.logging.Log
Is debug logging currently enabled?
isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.AndroidLog
Delegates to the isLoggable method of android.util.Log.
isErrorEnabled() - Method in interface org.apache.commons.logging.Log
Is error logging currently enabled?
isFatalEnabled() - Method in class org.apache.commons.logging.impl.AndroidLog
Delegates to the isLoggable method of android.util.Log.
isFatalEnabled() - Method in interface org.apache.commons.logging.Log
Is fatal logging currently enabled?
isInfoEnabled() - Method in class org.apache.commons.logging.impl.AndroidLog
Delegates to the isLoggable method of the android.util.Log.
isInfoEnabled() - Method in interface org.apache.commons.logging.Log
Is info logging currently enabled?
isPresent(String) - Static method in class org.springframework.util.ClassUtils
Deprecated. as of Spring 2.5, in favor of ClassUtils.isPresent(String, ClassLoader)
isPresent(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isPrimitiveArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents an array of primitives, i.e.
isPrimitiveOrWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents a primitive (i.e.
isPrimitiveWrapper(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents a primitive wrapper, i.e.
isPrimitiveWrapperArray(Class<?>) - Static method in class org.springframework.util.ClassUtils
Check if the given class represents an array of primitive wrappers, i.e.
isReadable() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
isTraceEnabled() - Method in class org.apache.commons.logging.impl.AndroidLog
Delegates to the isLoggable method of the android.util.Log.
isTraceEnabled() - Method in interface org.apache.commons.logging.Log
Is trace logging currently enabled?
isVisible(Class<?>, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Check whether the given class is visible in the given ClassLoader.
isWarnEnabled() - Method in class org.apache.commons.logging.impl.AndroidLog
Delegates to the isLoggable method of the android.util.Log.
isWarnEnabled() - Method in interface org.apache.commons.logging.Log
Is warn logging currently enabled?
isWildcardSubtype() - Method in class org.springframework.http.MediaType
Indicate whether the subtype is the wildcard character * or not.
isWildcardType() - Method in class org.springframework.http.MediaType
Indicate whether the type is the wildcard character * or not.

L

lastModified() - Method in class org.springframework.core.io.AbstractFileResolvingResource
 
Log - Interface in org.apache.commons.logging
A simple logging interface abstracting logging APIs.
LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.AndroidLogFactory
The name of the system property identifying our Logimplementation class.
LogConfigurationException - Exception in org.apache.commons.logging
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
LogConfigurationException() - Constructor for exception org.apache.commons.logging.LogConfigurationException
Construct a new exception with null as its detail message.
LogConfigurationException(String) - Constructor for exception org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified detail message.
LogConfigurationException(Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified cause and a derived detail message.
LogConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
Construct a new exception with the specified detail message and cause.
LogFactory - Class in org.apache.commons.logging
Factory for creating Log instances, which always delegates to an instance of AndroidLogFactory.
LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
Protected constructor that is not available for public use.
logRawDiagnostic(String) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.

M

matchesTypeName(Class<?>, String) - Static method in class org.springframework.util.ClassUtils
Check whether the given class matches the user-specified type name.
MediaType - Class in org.springframework.http
Represents an Internet Media Type, as defined in the HTTP specification.
MediaType(String) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given primary type.
MediaType(String, String) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given primary type and subtype.
MediaType(String, String, Charset) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and character set.
MediaType(String, String, double) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and quality value.
MediaType(MediaType, Map<String, String>) - Constructor for class org.springframework.http.MediaType
Copy-constructor that copies the type and subtype of the given MediaType, and allows for different parameter.
MediaType(String, String, Map<String, String>) - Constructor for class org.springframework.http.MediaType
Create a new MediaType for the given type, subtype, and parameters.
MULTIPART_FORM_DATA - Static variable in class org.springframework.http.MediaType
Public constant media type for multipart/form-data.

N

name - Variable in class org.apache.commons.logging.impl.AndroidLog
 
newFactory(String, ClassLoader, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
newFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
This method exists to ensure signature compatibility.
nullClassLoaderFactory - Static variable in class org.apache.commons.logging.LogFactory
This property is not used but preserved here for compatibility.

O

objectId(Object) - Static method in class org.apache.commons.logging.LogFactory
Returns a string that uniquely identifies the specified object, including its class.
optionsForAllow(String, Object...) - Method in class org.springframework.web.client.RestTemplate
 
optionsForAllow(String, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
optionsForAllow(URI) - Method in class org.springframework.web.client.RestTemplate
 
org.apache.commons.logging - package org.apache.commons.logging
 
org.apache.commons.logging.impl - package org.apache.commons.logging.impl
 
org.springframework.core.io - package org.springframework.core.io
 
org.springframework.http - package org.springframework.http
 
org.springframework.http.converter - package org.springframework.http.converter
 
org.springframework.util - package org.springframework.util
 
org.springframework.web.client - package org.springframework.web.client
 
overrideThreadContextClassLoader(ClassLoader) - Static method in class org.springframework.util.ClassUtils
Override the thread context ClassLoader with the environment's bean ClassLoader if necessary, i.e.

P

parseMediaType(String) - Static method in class org.springframework.http.MediaType
Parse the given String into a single MediaType.
parseMediaTypes(String) - Static method in class org.springframework.http.MediaType
Parse the given, comma-seperated string into a list of MediaType objects.
postForEntity(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForEntity(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForEntity(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForLocation(URI, Object) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Object...) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(String, Object, Class<T>, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
postForObject(URI, Object, Class<T>) - Method in class org.springframework.web.client.RestTemplate
 
PRIORITY_KEY - Static variable in class org.apache.commons.logging.LogFactory
The name (priority) of the key in the config file used to specify the priority of that particular config file.
put(String, Object, Object...) - Method in class org.springframework.web.client.RestTemplate
 
put(String, Object, Map<String, ?>) - Method in class org.springframework.web.client.RestTemplate
 
put(URI, Object) - Method in class org.springframework.web.client.RestTemplate
 

R

read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
read(Class<? extends Resource>, HttpInputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 
release() - Method in class org.apache.commons.logging.impl.AndroidLogFactory
Release any internal references to previously created Loginstances returned by this factory.
release() - Method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created Loginstances returned by this factory.
release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
releaseAll() - Static method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created LogFactory instances, after calling the instance method release() on each of them.
removeAttribute(String) - Method in class org.apache.commons.logging.impl.AndroidLogFactory
Remove any configuration attribute associated with the specified name.
removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
Remove any configuration attribute associated with the specified name.
resolveClassName(String, ClassLoader) - Static method in class org.springframework.util.ClassUtils
Resolve the given class name into a Class instance.
resolvePrimitiveClassName(String) - Static method in class org.springframework.util.ClassUtils
Resolve the given class name as primitive class, if appropriate, according to the JVM's naming rules for primitive classes.
resolvePrimitiveIfNecessary(Class<?>) - Static method in class org.springframework.util.ClassUtils
Resolve the given class if it is a primitive class, returning the corresponding primitive wrapper type instead.
ResourceHttpMessageConverter - Class in org.springframework.http.converter
Implementation of HttpMessageConverter that can read and write Resources.
ResourceHttpMessageConverter() - Constructor for class org.springframework.http.converter.ResourceHttpMessageConverter
 
RestTemplate - Class in org.springframework.web.client
The central class for client-side HTTP access. It simplifies communication with HTTP servers, and enforces RESTful principles.
RestTemplate() - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate using default settings.
RestTemplate(ClientHttpRequestFactory) - Constructor for class org.springframework.web.client.RestTemplate
Create a new instance of the RestTemplate based on the given ClientHttpRequestFactory.

S

SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
JDK1.3+ 'Service Provider' specification.
setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.AndroidLogFactory
Set the configuration attribute with the specified name.
setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
Set the configuration attribute with the specified name.
setCharset(Charset) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Sets the character set used for writing form data.
setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.web.client.RestTemplate
Set the error handler.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.web.client.RestTemplate
Set the message body converters to use.
setPartConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.http.converter.FormHttpMessageConverter
Set the message body converters to use.
sortByQualityValue(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by quality value.
sortBySpecificity(List<MediaType>) - Static method in class org.springframework.http.MediaType
Sorts the given list of MediaType objects by specificity.

T

TCCL_KEY - Static variable in class org.apache.commons.logging.LogFactory
The name (use_tccl) of the key in the config file used to specify whether logging classes should be loaded via the thread context class loader (TCCL), or not.
TEXT_HTML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/html.
TEXT_PLAIN - Static variable in class org.springframework.http.MediaType
Public constant media type for text/plain.
TEXT_XML - Static variable in class org.springframework.http.MediaType
Public constant media type for text/xml.
toString() - Method in class org.springframework.http.MediaType
 
toString(Collection<MediaType>) - Static method in class org.springframework.http.MediaType
Return a string representation of the given list of MediaType objects.
trace(Object) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the input parameter to String and then delegates to the v method of android.util.Log.
trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the first input parameter to String and then delegates to the v method of android.util.Log.
trace(Object) - Method in interface org.apache.commons.logging.Log
Log a message with trace log level.
trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with trace log level.

V

valueOf(String) - Static method in class org.springframework.http.MediaType
Parse the given String value into a MediaType object, with this method name following the 'valueOf' naming convention (as supported by ConversionService.

W

warn(Object) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the input parameter to String and then delegates to the w method of android.util.Log.
warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.AndroidLog
Converts the first input parameter to String and then delegates to the w method of android.util.Log.
warn(Object) - Method in interface org.apache.commons.logging.Log
Log a message with warn log level.
warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
Log an error with warn log level.
write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.FormHttpMessageConverter
 
write(Resource, MediaType, HttpOutputMessage) - Method in class org.springframework.http.converter.ResourceHttpMessageConverter
 

A C D E F G H I L M N O P R S T V W