| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ClassPathBeanDefinitionScannerA bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory or ApplicationContext). | 
|  class | ClassPathScanningCandidateComponentProviderA 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 | ReloadableResourceBundleMessageSourceMessageSourceimplementation that
 accesses resource bundles using specified basenames. | 
|  class | ResourceMapFactoryBeanFactoryBean 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 | AnnotationSessionFactoryBeanSubclass 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 | LocalContainerEntityManagerFactoryBeanFactoryBeanthat creates a JPAEntityManagerFactoryaccording 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 | DefaultPersistenceUnitManagerDefault implementation of the PersistenceUnitManagerinterface. | 
| Uses of ResourceLoaderAware in org.springframework.scheduling.quartz | 
|---|
| Classes in org.springframework.scheduling.quartz that implement ResourceLoaderAware | |
|---|---|
|  class | SchedulerAccessorCommon base class for accessing a Quartz Scheduler, i.e. for registering jobs, triggers and listeners on a Schedulerinstance. | 
|  class | SchedulerAccessorBeanSpring bean-style class for accessing a Quartz Scheduler, i.e. for registering jobs, triggers and listeners on a given Schedulerinstance. | 
|  class | SchedulerFactoryBeanFactoryBeanthat creates and configures a QuartzScheduler,
 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 | ScriptFactoryPostProcessorBeanPostProcessorthat
 handlesScriptFactorydefinitions,
 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 | FreeMarkerConfigurationFactoryBeanFactory 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 | VelocityEngineFactoryBeanFactory 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 | FreeMarkerConfigurerJavaBean 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 | VelocityConfigurerJavaBean to configure Velocity for web usage, via the "configLocation" and/or "velocityProperties" and/or "resourceLoaderPath" bean properties. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||