Uses of Interface
com.aspectran.core.component.bean.ablility.FactoryBean
-
Packages that use FactoryBean Package Description com.aspectran.core.support com.aspectran.scheduler.support A package to support external modules for Aspectran Scheduler. -
-
Uses of FactoryBean in com.aspectran.core.support
Classes in com.aspectran.core.support that implement FactoryBean Modifier and Type Class Description classBasePathFactoryBeanBasePathFactoryBeanthat returns the base path where the root application is running.classCurrentActivityDataFactoryBeanCurrentActivityDataFactoryBeanthat returns theActivityDataMapfor the current request.classCurrentTransletFactoryBeanCurrentTransletFactoryBeanthat returns theTransletfor the current request. -
Uses of FactoryBean in com.aspectran.scheduler.support
Classes in com.aspectran.scheduler.support that implement FactoryBean Modifier and Type Class Description classQuartzSchedulerFactoryBeanFactoryBeanimplementation that builds a QuartzScheduler.
-