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.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.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.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.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 (C) 2003-2004 The Spring Framework Project.