Uses of Interface
com.aspectran.core.component.bean.ablility.FactoryBean
-
Packages that use FactoryBean Package Description com.aspectran.core.support com.aspectran.core.support.freemarker com.aspectran.core.support.pebble 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 under which the application is running.classCurrentActivityDataFactoryBeanCurrentActivityDataFactoryBeanthat returns theActivityDataMapfor the current request.classCurrentTransletFactoryBeanCurrentTransletFactoryBeanthat returns theTransletfor the current request. -
Uses of FactoryBean in com.aspectran.core.support.freemarker
Classes in com.aspectran.core.support.freemarker that implement FactoryBean Modifier and Type Class Description classFreeMarkerConfigurationFactoryBeanJavaBean to configure FreeMarker. -
Uses of FactoryBean in com.aspectran.core.support.pebble
Classes in com.aspectran.core.support.pebble that implement FactoryBean Modifier and Type Class Description classPebbleEngineFactoryBeanJavaBean to configure Pebble Engine. -
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.
-