Uses of Interface
com.aspectran.core.component.bean.ablility.FactoryBean
-
Packages that use FactoryBean Package Description com.aspectran.core.scheduler.support A package to support external modules for Aspectran Scheduler.com.aspectran.core.support com.aspectran.freemarker Add-on package required to use the FreeMarker template engine.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.http com.aspectran.undertow.server.servlet com.aspectran.web.support.multipart.commons Support for parsing Multi-part form data that use Apache Commons FileUpload 1.3 or above.com.aspectran.web.support.multipart.inmemory Support for parsing Multi-part form data that use Apache Commons FileUpload 1.3 or above. -
-
Uses of FactoryBean in com.aspectran.core.scheduler.support
Classes in com.aspectran.core.scheduler.support that implement FactoryBean Modifier and Type Class Description classQuartzSchedulerFactoryBeanFactoryBeanimplementation that builds a QuartzScheduler. -
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 theActivityDatafor the current request.classCurrentEnvironmentFactoryBeanCurrentEnvironmentFactoryBeanthat returns theEnvironment.classCurrentTransletFactoryBeanCurrentTransletFactoryBeanthat returns theTransletfor the current request. -
Uses of FactoryBean in com.aspectran.freemarker
Classes in com.aspectran.freemarker that implement FactoryBean Modifier and Type Class Description classFreeMarkerConfigurationFactoryBeanJavaBean to configure FreeMarker. -
Uses of FactoryBean in com.aspectran.mybatis
Classes in com.aspectran.mybatis that implement FactoryBean Modifier and Type Class Description classSqlSessionFactoryBeanFactoryBeanthat creates an MyBatisSqlSessionFactoryusing default MyBatis Configuration. -
Uses of FactoryBean in com.aspectran.pebble
Classes in com.aspectran.pebble that implement FactoryBean Modifier and Type Class Description classPebbleEngineFactoryBeanJavaBean to configure Pebble Engine. -
Uses of FactoryBean in com.aspectran.undertow.server.http
Classes in com.aspectran.undertow.server.http that implement FactoryBean Modifier and Type Class Description classHybridHttpHandlerFactoryBeanCreated: 06/10/2019 -
Uses of FactoryBean in com.aspectran.undertow.server.servlet
Classes in com.aspectran.undertow.server.servlet that implement FactoryBean Modifier and Type Class Description classServletHybridHandlerFactoryBeanCreated: 2019-08-04 -
Uses of FactoryBean in com.aspectran.web.support.multipart.commons
Classes in com.aspectran.web.support.multipart.commons that implement FactoryBean Modifier and Type Class Description classCommonsMultipartFormDataParserFactoryBeanThe Class CommonsMultipartFormDataParserFactoryBean. -
Uses of FactoryBean in com.aspectran.web.support.multipart.inmemory
Classes in com.aspectran.web.support.multipart.inmemory that implement FactoryBean Modifier and Type Class Description classInMemoryMultipartFormDataParserFactoryBeanThe Class InMemoryMultipartFormDataParserFactoryBean.
-