Class HandlebarsFactoryBean
- java.lang.Object
-
- org.springframework.beans.factory.config.AbstractFactoryBean<com.github.jknack.handlebars.Handlebars>
-
- com.github.mjeanroy.springmvc.view.mustache.configuration.handlebars.HandlebarsFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<com.github.jknack.handlebars.Handlebars>
,org.springframework.beans.factory.InitializingBean
public class HandlebarsFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<com.github.jknack.handlebars.Handlebars> implements org.springframework.beans.factory.FactoryBean<com.github.jknack.handlebars.Handlebars>
Factory used to create instance ofHandlebars
.
-
-
Constructor Summary
Constructors Constructor Description HandlebarsFactoryBean()
Create factory with default settings.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.github.jknack.handlebars.Handlebars
createInstance()
Class<?>
getObjectType()
-
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
-
-
-
Method Detail
-
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interfaceorg.springframework.beans.factory.FactoryBean<com.github.jknack.handlebars.Handlebars>
- Specified by:
getObjectType
in classorg.springframework.beans.factory.config.AbstractFactoryBean<com.github.jknack.handlebars.Handlebars>
-
createInstance
protected com.github.jknack.handlebars.Handlebars createInstance()
- Specified by:
createInstance
in classorg.springframework.beans.factory.config.AbstractFactoryBean<com.github.jknack.handlebars.Handlebars>
-
-