接口的使用
org.springframework.context.ResourceLoaderAware
使用ResourceLoaderAware的程序包 程序包 说明 org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.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.jdbc.config Defines the Spring JDBC configuration namespace.org.springframework.orm.hibernate5 Package providing integration of Hibernate 5.x with Spring concepts.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.web.reactive.result.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.web.servlet.view.freemarker Support classes for the integration of FreeMarker as Spring web view technology.org.springframework.context.annotation中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.context.annotation中的类 修饰符和类型 类 说明 classClassPathBeanDefinitionScannerA bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactoryorApplicationContext).classClassPathScanningCandidateComponentProviderA component provider that provides candidate components from a base package.classConfigurationClassPostProcessorBeanFactoryPostProcessorused for bootstrapping processing of@Configurationclasses.org.springframework.context.support中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.context.support中的类 修饰符和类型 类 说明 classReloadableResourceBundleMessageSourceSpring-specificMessageSourceimplementation that accesses resource bundles using specified basenames, participating in the SpringApplicationContext's resource loading.org.springframework.jdbc.config中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.jdbc.config中的类 修饰符和类型 类 说明 classSortedResourcesFactoryBeanFactoryBeanimplementation that takes a list of location Strings and creates a sorted array ofResourceinstances.org.springframework.orm.hibernate5中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.orm.hibernate5中的类 修饰符和类型 类 说明 classLocalSessionFactoryBeanFactoryBeanthat creates a HibernateSessionFactory.org.springframework.orm.jpa中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.orm.jpa中的类 修饰符和类型 类 说明 classLocalContainerEntityManagerFactoryBeanFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard container bootstrap contract.org.springframework.orm.jpa.persistenceunit中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.orm.jpa.persistenceunit中的类 修饰符和类型 类 说明 classDefaultPersistenceUnitManagerDefault implementation of thePersistenceUnitManagerinterface.org.springframework.scheduling.quartz中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.scheduling.quartz中的类 修饰符和类型 类 说明 classSchedulerAccessorCommon base class for accessing a Quartz Scheduler, i.e. for registering jobs, triggers and listeners on aSchedulerinstance.classSchedulerAccessorBeanSpring bean-style class for accessing a Quartz Scheduler, i.e. for registering jobs, triggers and listeners on a givenSchedulerinstance.classSchedulerFactoryBeanFactoryBeanthat 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.org.springframework.scripting.support中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.scripting.support中的类 修饰符和类型 类 说明 classScriptFactoryPostProcessorBeanPostProcessorthat handlesScriptFactorydefinitions, replacing each factory with the actual scripted Java object generated by it.org.springframework.ui.freemarker中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.ui.freemarker中的类 修饰符和类型 类 说明 classFreeMarkerConfigurationFactoryBeanFactory bean that creates a FreeMarker Configuration and provides it as bean reference.org.springframework.web.reactive.result.view.freemarker中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.web.reactive.result.view.freemarker中的类 修饰符和类型 类 说明 classFreeMarkerConfigurerConfigures FreeMarker for web usage via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.org.springframework.web.servlet.view.freemarker中ResourceLoaderAware的使用
实现ResourceLoaderAware的org.springframework.web.servlet.view.freemarker中的类 修饰符和类型 类 说明 classFreeMarkerConfigurerJavaBean to configure FreeMarker for web usage, via the "configLocation" and/or "freemarkerSettings" and/or "templateLoaderPath" properties.