Uses of Interface
org.springframework.context.ResourceLoaderAware

Packages that use ResourceLoaderAware
org.springframework.context.annotation Annotation support for context configuration, including classpath scanning for autowire candidates. 
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.hibernate3.annotation Support package for the Hibernate3 Annotation add-on, which supports EJB3-compliant JDK 1.5+ annotations for mappings. 
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.annotation
 

Classes in org.springframework.context.annotation that implement ResourceLoaderAware
 class ClassPathBeanDefinitionScanner
          A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext).
 class ClassPathScanningCandidateComponentProvider
          A component provider that scans the classpath from a base package.
 

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.hibernate3.annotation
 

Classes in org.springframework.orm.hibernate3.annotation that implement ResourceLoaderAware
 class AnnotationSessionFactoryBean
          Subclass of Spring's standard LocalSessionFactoryBean for Hibernate, supporting JDK 1.5+ annotation metadata for mappings.
 

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 SchedulerAccessor
          Common base class for accessing a Quartz Scheduler, i.e. for registering jobs, triggers and listeners on a Scheduler instance.
 class SchedulerAccessorBean
          Spring bean-style class for accessing a Quartz Scheduler, i.e. for registering jobs, triggers and listeners on a given Scheduler instance.
 class SchedulerFactoryBean
          FactoryBean that creates and configures a Quartz Scheduler, manages its lifecycle as part of the Spring application context, and exposes the Scheduler as bean reference for dependency injection.
 

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.
 



Copyright © 2002-2008 The Spring Framework.