Class PebbleEngineFactoryBean

  • All Implemented Interfaces:
    com.aspectran.core.component.bean.ablility.FactoryBean<com.mitchellbosecke.pebble.PebbleEngine>, com.aspectran.core.component.bean.ablility.InitializableBean, com.aspectran.core.component.bean.aware.ApplicationAdapterAware, com.aspectran.core.component.bean.aware.Aware

    public class PebbleEngineFactoryBean
    extends PebbleEngineFactory
    implements com.aspectran.core.component.bean.ablility.InitializableBean, com.aspectran.core.component.bean.ablility.FactoryBean<com.mitchellbosecke.pebble.PebbleEngine>
    JavaBean to configure Pebble Engine.

    Created: 2016. 1. 25.

    • Constructor Detail

      • PebbleEngineFactoryBean

        public PebbleEngineFactoryBean()
    • Method Detail

      • initialize

        public void initialize()
        Specified by:
        initialize in interface com.aspectran.core.component.bean.ablility.InitializableBean
      • getObject

        public com.mitchellbosecke.pebble.PebbleEngine getObject()
        Specified by:
        getObject in interface com.aspectran.core.component.bean.ablility.FactoryBean<com.mitchellbosecke.pebble.PebbleEngine>