Class MustacheCompilerFactoryBean
- java.lang.Object
- org.springframework.boot.autoconfigure.mustache.MustacheCompilerFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
@Deprecated public class MustacheCompilerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
Deprecated.as of 1.5Factory for a Mustache compiler with custom strategies. For building a@Beandefinition in Java it probably doesn't help to use this factory since the underlying fluent API is actually richer.- Since:
- 1.2.2
- See Also:
MustacheResourceTemplateLoader
Constructor Summary
Constructors Constructor Description MustacheCompilerFactoryBean()Deprecated.
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.samskivert.mustache.Mustache.CompilergetObject()Deprecated.Class<?>getObjectType()Deprecated.booleanisSingleton()Deprecated.voidsetCollector(com.samskivert.mustache.Mustache.Collector collector)Deprecated.voidsetDefaultValue(String defaultValue)Deprecated.voidsetDelims(String delims)Deprecated.voidsetEmptyStringIsFalse(Boolean emptyStringIsFalse)Deprecated.voidsetEscaper(com.samskivert.mustache.Mustache.Escaper escaper)Deprecated.voidsetFormatter(com.samskivert.mustache.Mustache.Formatter formatter)Deprecated.voidsetTemplateLoader(com.samskivert.mustache.Mustache.TemplateLoader templateLoader)Deprecated.
Constructor Detail
MustacheCompilerFactoryBean
public MustacheCompilerFactoryBean()
Deprecated.
Method Detail
setTemplateLoader
public void setTemplateLoader(com.samskivert.mustache.Mustache.TemplateLoader templateLoader)
Deprecated.
setFormatter
public void setFormatter(com.samskivert.mustache.Mustache.Formatter formatter)
Deprecated.
setEscaper
public void setEscaper(com.samskivert.mustache.Mustache.Escaper escaper)
Deprecated.
setCollector
public void setCollector(com.samskivert.mustache.Mustache.Collector collector)
Deprecated.
setDefaultValue
public void setDefaultValue(String defaultValue)
Deprecated.
setEmptyStringIsFalse
public void setEmptyStringIsFalse(Boolean emptyStringIsFalse)
Deprecated.
getObject
public com.samskivert.mustache.Mustache.Compiler getObject() throws Exception
Deprecated.- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>- Throws:
Exception
getObjectType
public Class<?> getObjectType()
Deprecated.- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>
isSingleton
public boolean isSingleton()
Deprecated.- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<com.samskivert.mustache.Mustache.Compiler>