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 implementation that accesses resource bundles using 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
          FactoryBean that creates a JPA EntityManagerFactory according to JPA's standard container bootstrap 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-2007 The Spring Framework.