Uses of Interface
com.aspectran.core.component.bean.ablility.InitializableBean
-
Packages that use InitializableBean Package Description com.aspectran.core.scheduler.support A package to support external modules for Aspectran Scheduler.com.aspectran.freemarker Add-on package required to use the FreeMarker template engine.com.aspectran.jetty Add-on package for building web application servers using Jetty.com.aspectran.mybatis Add-on package for integrating MyBatis.com.aspectran.pebble Add-on package required to use the Pebble template engine.com.aspectran.undertow.server com.aspectran.undertow.server.http com.aspectran.undertow.server.servlet com.aspectran.undertow.support -
-
Uses of InitializableBean in com.aspectran.core.scheduler.support
Classes in com.aspectran.core.scheduler.support that implement InitializableBean Modifier and Type Class Description classQuartzSchedulerFactoryBeanFactoryBeanimplementation that builds a QuartzScheduler. -
Uses of InitializableBean in com.aspectran.freemarker
Classes in com.aspectran.freemarker that implement InitializableBean Modifier and Type Class Description classFreeMarkerConfigurationFactoryBeanJavaBean to configure FreeMarker. -
Uses of InitializableBean in com.aspectran.jetty
Classes in com.aspectran.jetty that implement InitializableBean Modifier and Type Class Description classJettyServerThe Jetty Server managed by Aspectran.classJettyWebAppContextThe Class JettyWebAppContext. -
Uses of InitializableBean in com.aspectran.mybatis
Classes in com.aspectran.mybatis that implement InitializableBean Modifier and Type Class Description classSqlSessionFactoryBeanFactoryBeanthat creates an MyBatisSqlSessionFactoryusing default MyBatis Configuration. -
Uses of InitializableBean in com.aspectran.pebble
Classes in com.aspectran.pebble that implement InitializableBean Modifier and Type Class Description classPebbleEngineFactoryBeanJavaBean to configure Pebble Engine. -
Uses of InitializableBean in com.aspectran.undertow.server
Classes in com.aspectran.undertow.server that implement InitializableBean Modifier and Type Class Description classTowServerThe Undertow Server managed by Aspectran. -
Uses of InitializableBean in com.aspectran.undertow.server.http
Classes in com.aspectran.undertow.server.http that implement InitializableBean Modifier and Type Class Description classHybridHttpHandlerFactoryBeanCreated: 06/10/2019 -
Uses of InitializableBean in com.aspectran.undertow.server.servlet
Classes in com.aspectran.undertow.server.servlet that implement InitializableBean Modifier and Type Class Description classServletHybridHandlerFactoryBeanCreated: 2019-08-04 -
Uses of InitializableBean in com.aspectran.undertow.support
Classes in com.aspectran.undertow.support that implement InitializableBean Modifier and Type Class Description classSessionListenerRegistrationBeanA Bean to register session listener in session manager.
-