Class TemplateEngineFactoryBean

java.lang.Object
com.aspectran.thymeleaf.TemplateEngineFactory
com.aspectran.thymeleaf.TemplateEngineFactoryBean
All Implemented Interfaces:
FactoryBean<AspectranTemplateEngine>, InitializableBean, InitializableFactoryBean<AspectranTemplateEngine>, ActivityContextAware, Aware

public class TemplateEngineFactoryBean extends TemplateEngineFactory implements InitializableFactoryBean<AspectranTemplateEngine>
The Class TemplateEngineFactoryBean.

Created: 2024. 11. 18.

  • Constructor Details

    • TemplateEngineFactoryBean

      public TemplateEngineFactoryBean()
  • Method Details

    • initialize

      public void initialize()
      Description copied from interface: InitializableBean
      Invoke on initialization after it has set all bean properties supplied.
      Specified by:
      initialize in interface InitializableBean
    • getObject

      public AspectranTemplateEngine getObject()
      Description copied from interface: FactoryBean
      Return an instance (possibly shared or independent) of the object managed by this factory. As with a BeanFactory, this allows support for both the Singleton and Prototype design pattern.
      Specified by:
      getObject in interface FactoryBean<AspectranTemplateEngine>
      Returns:
      an instance of the bean (can be null)