Class PebbleEngineFactoryBean

    • Constructor Detail

      • PebbleEngineFactoryBean

        public PebbleEngineFactoryBean()
    • Method Detail

      • 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 com.mitchellbosecke.pebble.PebbleEngine 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<com.mitchellbosecke.pebble.PebbleEngine>
        Returns:
        an instance of the bean (can be null)