| Name | Description | Type | Package | Framework |
| AbstractClassTestingTypeFilter | Type filter that exposes aClassMetadata object | Class | org.springframework.core.type.filter | Spring MVC |
|
| AbstractEnvironment | Abstract base class for Environment implementations. | Class | org.springframework.core.env | Spring MVC |
|
| AbstractFileResolvingResource | Abstract base class for resources which resolve URLs into File references,such as UrlResource or ClassPathResource. | Class | org.springframework.core.io | Spring MVC |
|
| AbstractPropertyResolver | Abstract base class for resolving properties against any underlying source. | Class | org.springframework.core.env | Spring MVC |
|
| AbstractResource | Convenience base class for Resource implementations,pre-implementing typical behavior. | Class | org.springframework.core.io | Spring MVC |
|
| AbstractTypeHierarchyTraversingFilter | Type filter that is aware of traversing over hierarchy. | Class | org.springframework.core.type.filter | Spring MVC |
|
| AliasFor | @AliasFor is an annotation that is used to declare aliases forannotation attributes. | Class | org.springframework.core.annotation | Spring MVC |
|
| AliasRegistry | Common interface for managing aliases. | Interface | org.springframework.core | Spring MVC |
|
| AnnotatedElementUtils | General utility methods for finding annotations and meta-annotations onAnnotatedElementUtils defines the public API for Spring's | Class | org.springframework.core.annotation | Spring MVC |
|
| AnnotatedTypeMetadata | Defines access to the annotations of a specific type (classor method), in a form that does not necessarily require the | Interface | org.springframework.core.type | Spring MVC |
|
| AnnotationAttributes | LinkedHashMap subclass representing annotation attributekey-value pairs as read by AnnotationUtils, | Class | org.springframework.core.annotation | Spring MVC |
|
| AnnotationAwareOrderComparator | AnnotationAwareOrderComparator is an extension ofOrderComparator that supports Spring's | Class | org.springframework.core.annotation | Spring MVC |
|
| AnnotationConfigurationException | Thrown by AnnotationUtils and synthesized annotationsif an annotation is improperly configured. | Class | org.springframework.core.annotation | Spring MVC |
|
| AnnotationMetadata | Interface that defines abstract access to the annotations of a specificclass, in a form that does not require that class to be loaded yet. | Interface | org.springframework.core.type | Spring MVC |
|
| AnnotationMetadataReadingVisitor | ASM class visitor which looks for the class name and implemented types aswell as for the annotations defined on the class, exposing them through | Class | org.springframework.core.type.classreading | Spring MVC |
|
| AnnotationTypeFilter | A simple filter which matches classes with a given annotation,checking inherited annotations as well. | Class | org.springframework.core.type.filter | Spring MVC |
|
| AnnotationUtils | General utility methods for working with annotations, handling meta-annotations,bridge methods (which the compiler generates for generic declarations) as well | Class | org.springframework.core.annotation | Spring MVC |
|
| AspectJTypeFilter | Type filter that uses AspectJ type pattern for matching. | Class | org.springframework.core.type.filter | Spring MVC |
|
| AssignableTypeFilter | A simple filter which matches classes that are assignable to a given type. | Class | org.springframework.core.type.filter | Spring MVC |
|
| AsyncListenableTaskExecutor | Extension of the AsyncTaskExecutor interface, adding the capability to submittasks for ListenableFutures. | Interface | org.springframework.core.task | Spring MVC |
|
| AsyncTaskExecutor | offering an overloaded execute(Runnable, long) variant with a starttimeout parameter as well support for Callable. | Interface | org.springframework.core.task | Spring MVC |
|
| AttributeAccessor | Interface defining a generic contract for attaching and accessing metadatato/from arbitrary objects. | Interface | org.springframework.core | Spring MVC |
|
| AttributeAccessorSupport | Support class for AttributeAccessors, providinga base implementation of all methods. | Class | org.springframework.core | Spring MVC |
|
| BridgeMethodResolver | Helper for resolving synthetic bridge Methods to theMethod being bridged. | Class | org.springframework.core | Spring MVC |
|
| ByteArrayResource | Resource implementation for a given byte array. | Class | org.springframework.core.io | Spring MVC |
|
| CachingMetadataReaderFactory | Caching implementation of the MetadataReaderFactory interface,caching MetadataReader per Spring Resource handle | Class | org.springframework.core.type.classreading | Spring MVC |
|
| ClassMetadata | Interface that defines abstract metadata of a specific class,in a form that does not require that class to be loaded yet. | Interface | org.springframework.core.type | Spring MVC |
|
| ClassPathResource | Resource implementation for class path resources. | Class | org.springframework.core.io | Spring MVC |
|
| ClassRelativeResourceLoader | ResourceLoader implementation that interprets plain resource pathsas relative to a given java. | Class | org.springframework.core.io | Spring MVC |
|
| CollectionFactory | Factory for collections that is aware of Java 5, Java 6, and SpringMainly for internal use within the framework. | Class | org.springframework.core | Spring MVC |
|
| CommandLinePropertySource | Abstract base class for PropertySource implementations backed by command linearguments. | Class | org.springframework.core.env | Spring MVC |
|
| CompositePropertySource | Composite PropertySource implementation that iterates over a set ofPropertySource instances. | Class | org.springframework.core.env | Spring MVC |
|
| ConcurrentExecutorAdapter | Adapter that exposes the Executor interfacefor any Spring TaskExecutor. | Class | org.springframework.core.task.support | Spring MVC |
|
| ConditionalConverter | Allows a Converter, GenericConverter or ConverterFactory toconditionally execute based on attributes of the source and target | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConditionalGenericConverter | A GenericConverter that may conditionally execute based on attributesof the source and target TypeDescriptor. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConfigurableConversionService | Configuration interface to be implemented by most if not all ConversionServicetypes. | Interface | org.springframework.core.convert.support | Spring MVC |
|
| ConfigurableEnvironment | Configuration interface to be implemented by most if not all Environment types. | Interface | org.springframework.core.env | Spring MVC |
|
| ConfigurableObjectInputStream | Special ObjectInputStream subclass that resolves class namesagainst a specific ClassLoader. | Class | org.springframework.core | Spring MVC |
|
| ConfigurablePropertyResolver | Configuration interface to be implemented by most if not all PropertyResolver types. | Interface | org.springframework.core.env | Spring MVC |
|
| ConstantException | Exception thrown when the Constants class is asked foran invalid constant name. | Class | org.springframework.core | Spring MVC |
|
| Constants | This class can be used to parse other classes containing constant definitionsin public static final members. | Class | org.springframework.core | Spring MVC |
|
| ContextResource | 'context', e. | Interface | org.springframework.core.io | Spring MVC |
|
| ControlFlow | Interface to be implemented by objects that can return information aboutthe current call stack. | Interface | org.springframework.core | Spring MVC |
|
| ControlFlowFactory | Static factory to conceal the automatic choice of the ControlFlowThis implementation always uses the efficient Java 1. | Class | org.springframework.core | Spring MVC |
|
| Conventions | Provides methods to support various naming and other conventions usedthroughout the framework. | Class | org.springframework.core | Spring MVC |
|
| ConversionException | Base class for exceptions thrown by the conversion system. | Class | org.springframework.core.convert | Spring MVC |
|
| ConversionFailedException | Exception to be thrown when an actual type conversion attempt fails. | Class | org.springframework.core.convert | Spring MVC |
|
| ConversionService | A service interface for type conversion. | Interface | org.springframework.core.convert | Spring MVC |
|
| ConversionServiceFactory | A factory for common ConversionServiceSince:3. | Class | org.springframework.core.convert.support | Spring MVC |
|
| Converter | A converter converts a source object of type S to a target of type T. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConverterFactory | A factory for ranged converters that can convert objects from S to subtypes of R. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConverterNotFoundException | Exception to be thrown when a suitable converter could not be foundin a given conversion service. | Class | org.springframework.core.convert | Spring MVC |
|
| ConverterRegistry | For registering converters with a type conversion system. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| ConvertingComparator | A Comparator that converts values before they are compared. | Class | org.springframework.core.convert.converter | Spring MVC |
|
| ConvertingPropertyEditorAdapter | Adapter that exposes a PropertyEditor for any givenConversionService and specific target type. | Class | org.springframework.core.convert.support | Spring MVC |
|
| DecoratingClassLoader | Base class for decorating ClassLoaders such as OverridingClassLoaderand ShadowingClassLoader, | Class | org.springframework.core | Spring MVC |
|
| DefaultConversionService | A specialization of GenericConversionService configured by default withconverters appropriate for most environments. | Class | org.springframework.core.convert.support | Spring MVC |
|
| DefaultDeserializer | A default Deserializer implementation that reads an input streamusing Java serialization. | Class | org.springframework.core.serializer | Spring MVC |
|
| DefaultParameterNameDiscoverer | Default implementation of the ParameterNameDiscoverer strategy interface,using the Java 8 standard reflection mechanism (if available), and falling back | Class | org.springframework.core | Spring MVC |
|
| DefaultResourceLoader | Default implementation of the ResourceLoader interface. | Class | org.springframework.core.io | Spring MVC |
|
| DefaultResourceLoader .ClassPathContextResource | through implementing the ContextResource interface. | Class | org.springframework.core.io.DefaultResourceLoader | Spring MVC |
|
| DefaultSerializer | A Serializer implementation that writes an object to an output streamusing Java serialization. | Class | org.springframework.core.serializer | Spring MVC |
|
| DefaultToStringStyler | Spring's default toString() styler. | Class | org.springframework.core.style | Spring MVC |
|
| DefaultValueStyler | Converts objects to String form, generally for debugging purposes,using Spring's toString styling conventions. | Class | org.springframework.core.style | Spring MVC |
|
| DescriptiveResource | Simple Resource implementation that holds a resource descriptionbut does not point to an actually readable resource. | Class | org.springframework.core.io | Spring MVC |
|
| Deserializer | A strategy interface for converting from data in an InputStream to an Object. | Interface | org.springframework.core.serializer | Spring MVC |
|
| DeserializingConverter | A Converter that delegates to ato convert data in a byte array to an object. | Class | org.springframework.core.serializer.support | Spring MVC |
|
| EncodedResource | Holder that combines a Resource descriptor with a specific encodingor Charset to be used for reading from the resource. | Class | org.springframework.core.io.support | Spring MVC |
|
| EnumerablePropertySource | A PropertySource implementation capable of interrogating itsunderlying source object to enumerate all possible property name/value | Class | org.springframework.core.env | Spring MVC |
|
| Environment | Interface representing the environment in which the current application is running. | Interface | org.springframework.core.env | Spring MVC |
|
| EnvironmentCapable | Interface indicating a component that contains and exposes an Environment reference. | Interface | org.springframework.core.env | Spring MVC |
|
| ErrorCoded | Interface that can be implemented by exceptions etc that are error coded. | Interface | org.springframework.core | Spring MVC |
|
| ExceptionDepthComparator | Comparator capable of sorting exceptions based on their depth from the thrown exception type. | Class | org.springframework.core | Spring MVC |
|
| ExecutorServiceAdapter | Adapter that takes a Spring TaskExecutor)and exposes a full java. | Class | org.springframework.core.task.support | Spring MVC |
|
| FileSystemResource | Resource implementation for java. | Class | org.springframework.core.io | Spring MVC |
|
| FileSystemResourceLoader | ResourceLoader implementation that resolves plain paths asfile system resources rather than as class path resources | Class | org.springframework.core.io | Spring MVC |
|
| GenericCollectionTypeResolver | Helper class for determining element types of collections and maps. | Class | org.springframework.core | Spring MVC |
|
| GenericConversionService | Base ConversionService implementation suitable for use in most environments. | Class | org.springframework.core.convert.support | Spring MVC |
|
| GenericConverter | Generic converter interface for converting between two or more types. | Interface | org.springframework.core.convert.converter | Spring MVC |
|
| GenericConverter .ConvertiblePair | Holder for a source-to-target class pair. | Class | org.springframework.core.convert.converter.GenericConverter | Spring MVC |
|
| GenericTypeResolver | Helper class for resolving generic types against type variables. | Class | org.springframework.core | Spring MVC |
|
| InfrastructureProxy | Interface to be implemented by transparent resource proxies that need to beconsidered as equal to the underlying resource, for example for consistent | Interface | org.springframework.core | Spring MVC |
|
| InputStreamResource | Resource implementation for a given InputStream. | Class | org.springframework.core.io | Spring MVC |
|
| InputStreamSource | Simple interface for objects that are sources for an InputStream. | Interface | org.springframework.core.io | Spring MVC |
|
| JdkVersion | Internal helper class used to find the Java/JVM version that Spring isoperating on, to allow for automatically adapting to the present platform's | Class | org.springframework.core | Spring MVC |
|
| JOptCommandLinePropertySource | CommandLinePropertySource implementation backed by a JOpt OptionSet. | Class | org.springframework.core.env | Spring MVC |
|
| LocalizedResourceHelper | Helper class for loading a localized resource,specified through name, extension and current locale. | Class | org.springframework.core.io.support | Spring MVC |
|
| LocalVariableTableParameterNameDiscoverer | information in the method attributes to discover parameter names. | Class | org.springframework.core | Spring MVC |
|
| MapPropertySource | PropertySource that reads keys and values from a Map object. | Class | org.springframework.core.env | Spring MVC |
|
| MetadataReader | Simple facade for accessing class metadata,as read by an ASM ClassReader. | Interface | org.springframework.core.type.classreading | Spring MVC |
|
| MetadataReaderFactory | Factory interface for MetadataReader instances. | Interface | org.springframework.core.type.classreading | Spring MVC |
|
| MethodIntrospector | Defines the algorithm for searching for metadata-associated methods exhaustivelyincluding interfaces and parent classes while also dealing with parameterized methods | Class | org.springframework.core | Spring MVC |
|
| MethodIntrospector .MetadataLookup | A callback interface for metadata lookup on a given method. | Interface | org.springframework.core.MethodIntrospector | Spring MVC |
|
| MethodMetadata | Interface that defines abstract access to the annotations of a specificclass, in a form that does not require that class to be loaded yet. | Interface | org.springframework.core.type | Spring MVC |
|
| MethodMetadataReadingVisitor | ASM method visitor which looks for the annotations defined on a method,exposing them through the MethodMetadata | Class | org.springframework.core.type.classreading | Spring MVC |
|
| MethodParameter | Helper class that encapsulates the specification of a method parameter, i. | Class | org.springframework.core | Spring MVC |
|
| MissingRequiredPropertiesException | Exception thrown when required properties are not found. | Class | org.springframework.core.env | Spring MVC |
|
| MutablePropertySources | Default implementation of the PropertySources interface. | Class | org.springframework.core.env | Spring MVC |
|
| NamedInheritableThreadLocal | InheritableThreadLocal subclass that exposes a specified nameas toString() result (allowing for introspection). | Class | org.springframework.core | Spring MVC |
|
| NamedThreadLocal | ThreadLocal subclass that exposes a specified nameas toString() result (allowing for introspection). | Class | org.springframework.core | Spring MVC |
|
| NestedCheckedException | Handy class for wrapping checked Exceptions with a root cause. | Class | org.springframework.core | Spring MVC |
|
| NestedExceptionUtils | Helper class for implementing exception classes which are capable ofholding nested exceptions. | Class | org.springframework.core | Spring MVC |
|
| NestedIOException | Subclass of IOException that properly handles a root cause,exposing the root cause just like NestedChecked/RuntimeException does. | Class | org.springframework.core | Spring MVC |
|
| NestedRuntimeException | Handy class for wrapping runtime Exceptions with a root cause. | Class | org.springframework.core | Spring MVC |
|
| Order | @Order defines the sort order for an annotated component. | Class | org.springframework.core.annotation | Spring MVC |
|
| OrderComparator | Comparator implementation for Ordered objects, sortingby order value ascending, respectively by priority descending. | Class | org.springframework.core | Spring MVC |
|
| OrderComparator .OrderSourceProvider | Strategy interface to provide an order source for a given object. | Interface | org.springframework.core.OrderComparator | Spring MVC |
|
| Ordered | Ordered is an interface that can be implemented by objects thatshould be orderable, for example in a Collection. | Interface | org.springframework.core | Spring MVC |
|
| OrderUtils | General utility for determining the order of an object based on its type declaration. | Class | org.springframework.core.annotation | Spring MVC |
|
| OverridingClassLoader | ClassLoader that does not always delegate to theparent loader, as normal class loaders do. | Class | org.springframework.core | Spring MVC |
|
| ParameterizedTypeReference | The purpose of this class is to enable capturing and passing a genericType. | Class | org.springframework.core | Spring MVC |
|
| ParameterNameDiscoverer | Interface to discover parameter names for methods and constructors. | Interface | org.springframework.core | Spring MVC |
|
| PathMatchingResourcePatternResolver | A ResourcePatternResolver implementation that is able to resolve aspecified resource location path into one or more matching Resources. | Class | org.springframework.core.io.support | Spring MVC |
|
| PathResource | Resource implementation for java. | Class | org.springframework.core.io | Spring MVC |
|
| PrioritizedParameterNameDiscoverer | ParameterNameDiscoverer implementation that tries several ParameterNameDiscoverersin succession. | Class | org.springframework.core | Spring MVC |
|
| PriorityOrdered | Extension of the Ordered interface, expressing a priorityordering: order values expressed by PriorityOrdered objects | Interface | org.springframework.core | Spring MVC |
|
| PropertiesLoaderSupport | Base class for JavaBean-style components that need to load propertiesfrom one or more resources. | Class | org.springframework.core.io.support | Spring MVC |
|
| PropertiesLoaderUtils | Convenient utility methods for loading of java. | Class | org.springframework.core.io.support | Spring MVC |
|
| PropertiesPropertySource | PropertySource implementation that extracts properties from aNote that because a Properties object is technically an | Class | org.springframework.core.env | Spring MVC |
|
| Property | A description of a JavaBeans Property that allows us to avoid a dependency onjava. | Class | org.springframework.core.convert | Spring MVC |
|
| PropertyResolver | Interface for resolving properties against any underlying source. | Interface | org.springframework.core.env | Spring MVC |
|
| PropertySource | Abstract base class representing a source of name/value property pairs. | Class | org.springframework.core.env | Spring MVC |
|
| PropertySource .StubPropertySource | PropertySource to be used as a placeholder in cases where an actualproperty source cannot be eagerly initialized at application context | Class | org.springframework.core.env.PropertySource | Spring MVC |
|
| PropertySources | Holder containing one or more PropertySource objects. | Interface | org.springframework.core.env | Spring MVC |
|
| PropertySourcesPropertyResolver | PropertyResolver implementation that resolves property values againstan underlying set of PropertySources. | Class | org.springframework.core.env | Spring MVC |
|
| RegexPatternTypeFilter | A simple filter for matching a fully-qualified class name with a regex Pattern. | Class | org.springframework.core.type.filter | Spring MVC |
|
| ResolvableType | Encapsulates a Java Type, providing access tosupertypes, interfaces, and | Class | org.springframework.core | Spring MVC |
|
| ResolvableTypeProvider | Any object can implement this interface to provide its actual ResolvableType. | Interface | org.springframework.core | Spring MVC |
|
| Resource | Interface for a resource descriptor that abstracts from the actualtype of underlying resource, such as a file or class path resource. | Interface | org.springframework.core.io | Spring MVC |
|
| ResourceArrayPropertyEditor | Editor for Resource arrays, toautomatically convert String location patterns | Class | org.springframework.core.io.support | Spring MVC |
|
| ResourceEditor | descriptors, to automatically convert String locationse. | Class | org.springframework.core.io | Spring MVC |
|
| ResourceLoader | Strategy interface for loading resources (e. | Interface | org.springframework.core.io | Spring MVC |
|
| ResourcePatternResolver | Strategy interface for resolving a location pattern (for example,an Ant-style path pattern) into Resource objects. | Interface | org.springframework.core.io.support | Spring MVC |
|
| ResourcePatternUtils | Utility class for determining whether a given URL is a resourcelocation that can be loaded via a ResourcePatternResolver. | Class | org.springframework.core.io.support | Spring MVC |
|
| ResourcePropertySource | Subclass of PropertiesPropertySource that loads a Properties objectfrom a given Resource or resource location such as | Class | org.springframework.core.io.support | Spring MVC |
|
| SerializationFailedException | Wrapper for the native IOException (or similar) when aDeserializer failed. | Class | org.springframework.core.serializer.support | Spring MVC |
|
| Serializer | A strategy interface for streaming an object to an OutputStream. | Interface | org.springframework.core.serializer | Spring MVC |
|
| SerializingConverter | A Converter that delegates to ato convert an object to a byte array. | Class | org.springframework.core.serializer.support | Spring MVC |
|
| SimpleAliasRegistry | Simple implementation of the AliasRegistry interface. | Class | org.springframework.core | Spring MVC |
|
| SimpleAsyncTaskExecutor | TaskExecutor implementation that fires up a new Thread for each task,executing it asynchronously. | Class | org.springframework.core.task | Spring MVC |
|
| SimpleCommandLinePropertySource | CommandLinePropertySource implementation backed by a simple String array. | Class | org.springframework.core.env | Spring MVC |
|
| SimpleMetadataReaderFactory | Simple implementation of the MetadataReaderFactory interface,creating a new ASM ClassReader for every request. | Class | org.springframework.core.type.classreading | Spring MVC |
|
| SmartClassLoader | Interface to be implemented by a reloading-aware ClassLoader(e. | Interface | org.springframework.core | Spring MVC |
|
| SpringFactoriesLoader | General purpose factory loading mechanism for internal use within the framework. | Class | org.springframework.core.io.support | Spring MVC |
|
| SpringProperties | Static holder for local Spring properties, i. | Class | org.springframework.core | Spring MVC |
|
| SpringVersion | Class that exposes the Spring version. | Class | org.springframework.core | Spring MVC |
|
| StandardAnnotationMetadata | AnnotationMetadata implementation that uses standard reflectionto introspect a given Class. | Class | org.springframework.core.type | Spring MVC |
|
| StandardClassMetadata | ClassMetadata implementation that uses standard reflectionto introspect a given Class. | Class | org.springframework.core.type | Spring MVC |
|
| StandardEnvironment | Environment implementation suitable for use in 'standard' (i. | Class | org.springframework.core.env | Spring MVC |
|
| StandardMethodMetadata | MethodMetadata implementation that uses standard reflectionto introspect a given Method. | Class | org.springframework.core.type | Spring MVC |
|
| StandardReflectionParameterNameDiscoverer | ParameterNameDiscoverer implementation which uses JDK 8's reflection facilitiesfor introspecting parameter names (based on the -parameters compiler flag). | Class | org.springframework.core | Spring MVC |
|
| StylerUtils | Simple utility class to allow for convenient access to valuestyling logic, mainly to support descriptive logging messages. | Class | org.springframework.core.style | Spring MVC |
|
| SyncTaskExecutor | TaskExecutor implementation that executes each task synchronouslyin the calling thread. | Class | org.springframework.core.task | Spring MVC |
|
| SynthesizingMethodParameter | A MethodParameter variant which synthesizes annotations thatdeclare attribute aliases via @AliasFor. | Class | org.springframework.core.annotation | Spring MVC |
|
| SystemEnvironmentPropertySource | Specialization of MapPropertySource designed for use withsystem environment variables. | Class | org.springframework.core.env | Spring MVC |
|
| TaskExecutor | Simple task executor interface that abstracts the executionsuch as: synchronous, asynchronous, using a thread pool, and more. | Interface | org.springframework.core.task | Spring MVC |
|
| TaskExecutorAdapter | Adapter that takes a JDK java. | Class | org.springframework.core.task.support | Spring MVC |
|
| TaskRejectedException | Exception thrown when a TaskExecutor rejects to accepta given task for execution. | Class | org.springframework.core.task | Spring MVC |
|
| TaskTimeoutException | Exception thrown when a AsyncTaskExecutor rejects to accepta given task for execution because of the specified timeout. | Class | org.springframework.core.task | Spring MVC |
|
| ToStringCreator | Utility class that builds pretty-printing toString() methodswith pluggable styling conventions. | Class | org.springframework.core.style | Spring MVC |
|
| ToStringStyler | A strategy interface for pretty-printing toString() methods. | Interface | org.springframework.core.style | Spring MVC |
|
| TypeDescriptor | Context about a type to convert from or to. | Class | org.springframework.core.convert | Spring MVC |
|
| TypeFilter | Base interface for type filters using aSince:2. | Interface | org.springframework.core.type.filter | Spring MVC |
|
| UrlResource | Resource implementation for java. | Class | org.springframework.core.io | Spring MVC |
|
| ValueStyler | Strategy that encapsulates value String styling algorithmsaccording to Spring conventions. | Interface | org.springframework.core.style | Spring MVC |
|
| VfsResource | JBoss VFS based Resource implementation. | Class | org.springframework.core.io | Spring MVC |
|
| VfsUtils | Utility for detecting and accessing JBoss VFS in the classpath. | Class | org.springframework.core.io | Spring MVC |
|
| WritableResource | Provides an OutputStream accessor. | Interface | org.springframework.core.io | Spring MVC |