| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractResource | |
|---|---|
| org.springframework.core.io | Generic abstraction for (file-based) resources, used throughout the framework. | 
| org.springframework.web.context.support | Classes supporting the org.springframework.web.contextpackage,
such as WebApplicationContext implementations and various utility classes. | 
| org.springframework.web.portlet.context | Support for Spring's application context concept in a portlet environment, including ApplicationContext implementations and various utility classes. | 
| Uses of AbstractResource in org.springframework.core.io | 
|---|
| Subclasses of AbstractResource in org.springframework.core.io | |
|---|---|
|  class | ByteArrayResourceResourceimplementation for a given byte array. | 
|  class | ClassPathResourceResourceimplementation for class path resources. | 
|  class | DescriptiveResourceSimple Resourceimplementation that holds a resource description
 but does not point to an actually readable resource. | 
|  class | FileSystemResourceResourceimplementation forjava.io.Filehandles. | 
|  class | InputStreamResourceResourceimplementation for a given InputStream. | 
|  class | UrlResourceResourceimplementation forjava.net.URLlocators. | 
| Uses of AbstractResource in org.springframework.web.context.support | 
|---|
| Subclasses of AbstractResource in org.springframework.web.context.support | |
|---|---|
|  class | ServletContextResourceResourceimplementation forServletContextresources, interpreting
 relative paths within the web application root directory. | 
| Uses of AbstractResource in org.springframework.web.portlet.context | 
|---|
| Subclasses of AbstractResource in org.springframework.web.portlet.context | |
|---|---|
|  class | PortletContextResourceResourceimplementation forPortletContextresources, interpreting
 relative paths within the portlet application root directory. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||