The Spring Framework

Uses of Interface
org.springframework.context.ResourceLoaderAware

Packages that use ResourceLoaderAware
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
org.springframework.orm.jpa.persistenceunit Internal support for managing JPA persistence units. 
org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. 
org.springframework.scripting.support Support classes for Spring's scripting package. 
org.springframework.ui.freemarker Support classes for setting up FreeMarker within a Spring application context. 
org.springframework.ui.velocity Support classes for setting up Velocity within a Spring application context. 
org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology. 
org.springframework.web.servlet.view.velocity Support classes for the integration of Velocity as Spring web view technology. 
 

Uses of ResourceLoaderAware in org.springframework.context.support
 

Classes in org.springframework.context.support that implement ResourceLoaderAware
 class ReloadableResourceBundleMessageSource
          MessageSource that accesses the ResourceBundles with the specified basenames.
 class ResourceMapFactoryBean
          FactoryBean that creates a Map with String keys and Resource values from properties, interpreting passed-in String values as resource locations.
 

Uses of ResourceLoaderAware in org.springframework.orm.jpa
 

Classes in org.springframework.orm.jpa that implement ResourceLoaderAware
 class LocalContainerEntityManagerFactoryBean
          Powerful FactoryBean that creates a fully Spring-configured EntityManagerFactory according to the container contract for JPA bootstrapping As with LocalEntityManagerFactoryBean, configuration settings are usually read in from a META-INF/persistence.xml config file, residing in the class path, according to the general JPA configuration contract.
 

Uses of ResourceLoaderAware in org.springframework.orm.jpa.persistenceunit
 

Classes in org.springframework.orm.jpa.persistenceunit that implement ResourceLoaderAware
 class DefaultPersistenceUnitManager
          Default implementation of the PersistenceUnitManager interface.
 

Uses of ResourceLoaderAware in org.springframework.scheduling.quartz
 

Classes in org.springframework.scheduling.quartz that implement ResourceLoaderAware
 class ResourceJobSchedulingDataProcessor
          Subclass of Quartz' JobSchedulingDataProcessor that considers given filenames as Spring resource locations.
 

Uses of ResourceLoaderAware in org.springframework.scripting.support
 

Classes in org.springframework.scripting.support that implement ResourceLoaderAware
 class ScriptFactoryPostProcessor
          BeanPostProcessor that handles ScriptFactory definitions, replacing each factory with the actual scripted Java object generated by it.
 

Uses of ResourceLoaderAware in org.springframework.ui.freemarker
 

Classes in org.springframework.ui.freemarker that implement ResourceLoaderAware
 class FreeMarkerConfigurationFactoryBean
          Factory bean that creates a FreeMarker Configuration and provides it as bean reference.
 

Uses of ResourceLoaderAware in org.springframework.ui.velocity
 

Classes in org.springframework.ui.velocity that implement ResourceLoaderAware
 class VelocityEngineFactoryBean
          Factory bean that configures a VelocityEngine and provides it as bean reference.
 

Uses of ResourceLoaderAware in org.springframework.web.servlet.view.freemarker
 

Classes in org.springframework.web.servlet.view.freemarker that implement ResourceLoaderAware
 class FreeMarkerConfigurer
          JavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.
 

Uses of ResourceLoaderAware in org.springframework.web.servlet.view.velocity
 

Classes in org.springframework.web.servlet.view.velocity that implement ResourceLoaderAware
 class VelocityConfigurer
          JavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.