Uses of Class
org.springframework.core.io.AbstractPathResolvingPropertyEditor

Packages that use AbstractPathResolvingPropertyEditor
org.springframework.core.io Generic abstraction for (file-based) resources, used throughout the framework. 
org.springframework.core.io.support Support classes for Spring's resource abstraction, like a ResourcePatternResolver mechanism. 
 

Uses of AbstractPathResolvingPropertyEditor in org.springframework.core.io
 

Subclasses of AbstractPathResolvingPropertyEditor in org.springframework.core.io
 class ResourceEditor
          Editor for Resource descriptors, to automatically convert String locations (e.g.
 

Uses of AbstractPathResolvingPropertyEditor in org.springframework.core.io.support
 

Subclasses of AbstractPathResolvingPropertyEditor in org.springframework.core.io.support
 class ResourceArrayPropertyEditor
          Editor for Resource descriptor arrays, to automatically convert String location patterns (e.g.
 



Copyright (c) 2002-2005 The Spring Framework Project.