Uses of Interface
com.aspectran.core.component.bean.ablility.InitializableBean
-
Packages that use InitializableBean Package Description 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 InitializableBean in com.aspectran.core.support.freemarker
Classes in com.aspectran.core.support.freemarker that implement InitializableBean Modifier and Type Class Description classFreeMarkerConfigurationFactoryBeanJavaBean to configure FreeMarker. -
Uses of InitializableBean in com.aspectran.core.support.pebble
Classes in com.aspectran.core.support.pebble that implement InitializableBean Modifier and Type Class Description classPebbleEngineFactoryBeanJavaBean to configure Pebble Engine. -
Uses of InitializableBean in com.aspectran.scheduler.support
Classes in com.aspectran.scheduler.support that implement InitializableBean Modifier and Type Class Description classQuartzSchedulerFactoryBeanFactoryBeanimplementation that builds a QuartzScheduler.
-